artifact
active
artifact:sample-code-sample-code-packageSample Code (sample.code package)
Java implementation in the appendix: Backplane, ConfigurationService, StandardApp, InterfaceRepository, AppManager, SwingDesktop classes.
Neighborhood — ranked by edge-count
Frameworks (3)
framework
- Standard ApplicationsimplementsPattern defining standard structure for application modules that the backplane can launch and manage uniformly.
- Configuration ServicesimplementsSingleton service for centralized configuration information (global and per-application), described as a standard backplane facility.
- DesktopimplementsGUI window management construct supporting MDI-style display of applications, used as a top-level backplane facility.
Concepts (2)
concept
- BackplaneimplementsCore meta-construct and stable component that manages application lifecycle, initialization, and provides standard interfaces for system development.
- Interface RepositoryimplementsFacility that maps symbolic names to public interfaces, enabling dynamic functionality extension without modifying the backplane.