Comment OSGi - where/what is it? (Score 1) 23
Somebody pointed me to the OSGi thread was held here. As somebody that has been involved with the specifications from the beginning it wa a bit disappointing to see how little one of the prime audiences for OSGi knew about it.
The core idea of the OSGi is to provide a Java based platform for collaborative networked services. It is specified in painstaking detail:
The core idea of the OSGi is to provide a Java based platform for collaborative networked services. It is specified in painstaking detail:
- How to lifecycle services
- The deployment format of services
- Dynamically discover attachment and deattachment of services
- A number of basic services like logging, http, device drivers, configuration management, preferences, user admin, wiring etc.
- How to make it secure