Changes

Jump to: navigation, search

OSGi Concepts

608 bytes added, 12:12, 19 January 2011
no edit summary
[http://www.osgi.org/About/WhatIsOSGi OSGi Layering]
The following list contains a short definition of the terms:
 
* '''Bundles''' - Bundles are the OSGi components made by the developers.
* '''Services''' - The services layer connects bundles in a dynamic way by offering a publish-find-bind model for plain old Java objects.
* '''Life-Cycle''' - The API to install, start, stop, update, and uninstall bundles.
* '''Modules''' - The layer that defines how a bundle can import and export code.
* '''Security''' - The layer that handles the security aspects.
* '''Execution Environment''' - Defines what methods and classes are available in a specific platform.

Navigation menu