Service RegistryServices discover each other dynamically through a central registry with LDAP-filtered selection and automatic ranking.
Bundle SystemSelf-contained modules with independent lifecycles. Start in any order — dependencies resolve automatically.
Declarative ServicesDecorator-based dependency injection eliminates boilerplate service wiring with @Component, @Service, and @Reference.
React IntegrationHook-based service discovery for React components with useService, useServiceTracker, and PandinoProvider.
Event SystemPublish-subscribe messaging with topic-based routing via EventAdmin. Decouple modules with sync and async events.
Configuration ManagementRuntime configuration updates without restarts via ConfigurationAdmin. Services react to config changes automatically.