artifact
active
artifact:sample-code-sample-code-package

Sample Code (sample.code package)

Java implementation in the appendix: Backplane, ConfigurationService, StandardApp, InterfaceRepository, AppManager, SwingDesktop classes.

Neighborhood — ranked by edge-count

Frameworks (3)

framework
  • Pattern defining standard structure for application modules that the backplane can launch and manage uniformly.
  • Singleton service for centralized configuration information (global and per-application), described as a standard backplane facility.
  • Desktop
    implements
    GUI window management construct supporting MDI-style display of applications, used as a top-level backplane facility.

Concepts (2)

concept
  • Backplane
    implements
    Core meta-construct and stable component that manages application lifecycle, initialization, and provides standard interfaces for system development.
  • Facility that maps symbolic names to public interfaces, enabling dynamic functionality extension without modifying the backplane.