Changes

Jump to: navigation, search

OSGi Concepts Bundle Life-Cycle

9 bytes added, 14:41, 21 January 2011
no edit summary
{{Ecl_menu}}<h2>[http://confluence.atlassian.com/display/PLUGINFRAMEWORK/Lifecycle+of+a+Bundle Lifecycle of an OSGi Bundle]</h2>
'''INSTALLED''' - The bundle has been installed into the OSGi container, but some of the bundle's dependencies have not yet been met. The bundle requires packages that have not been exported by any currently installed bundle.
[[Image:bundle-lifecycle.png|thumb100px| ]] [http://static.springsource.org/s2-dmserver/2.0.x/getting-started/htmlsingle/getting-started.html SpringSource® dm Server™]
For instance a typical Java class implementing the <code>[http://www.osgi.org/javadoc/r4v42/org/osgi/framework/BundleActivator.html BundleActivator]</code> interface is implemented shown below in the [https://guest:1673852@zenit.senecac.on.ca/svn/ecl500/Lectures/trunk/w11-osgi-simple-serviceprovider/src/cs/ecl/osgi/simple/bookfinderservice/Activator.java Sample Bundle from your course] as shown below:
<source lang="java">
}
</source>
}

Navigation menu