Open main menu

CDOT Wiki β

OSGi Concepts Modules

Revision as of 14:58, 21 January 2011 by Jordan.anastasiade (talk | contribs) (Created page with '{{Ecl_menu}}<h2>OSGi Modules</h2> Modules layer defines the class loading policies. The OSGi Framework is a powerful and rigidly specified class-loading model. It is based on t…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

OSGi Modules

Modules layer defines the class loading policies.

The OSGi Framework is a powerful and rigidly specified class-loading model. It is based on top of Java but adds modularization. In Java, there is normally a single classpath that contains all the classes and resources. The OSGi Modules layer adds private classes for a module as well as controlled linking between modules. The module layer is fully integrated with the security architecture, enabling the option to deploy closed systems, walled gardens, or completely user managed systems at the discretion of the manufacturer.