Difference between revisions of "OSGi Concepts Modules"

From CDOT Wiki
Jump to: navigation, search
(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…')
(No difference)

Revision as of 14:58, 21 January 2011

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.