OSGi
From APIDesign
(Difference between revisions)
(Redirecting to wikipedia:OSGi) |
|||
Line 1: | Line 1: | ||
- | + | [[wikipedia::OSGi]] is a specification of a modular system for [[Java]]. It defines packaging format ([[JAR]] file with additional manifest entries and [[PropertyFiles|associated troubles]]), runtime behaviour and a way to register and discover services. In contract to [[NetBeans Runtime Container]], it supports package dependencies. Otherwise the systems are quite similar which has been demonstrated by implementing [[OSGiAndNetBeans]] bridge. |
Revision as of 12:34, 22 May 2009
wikipedia::OSGi is a specification of a modular system for Java. It defines packaging format (JAR file with additional manifest entries and associated troubles), runtime behaviour and a way to register and discover services. In contract to NetBeans Runtime Container, it supports package dependencies. Otherwise the systems are quite similar which has been demonstrated by implementing OSGiAndNetBeans bridge.