Difference between revisions of "OSGi : Develop Simple Apps"

From CDOT Wiki
Jump to: navigation, search
Line 1: Line 1:
 
{{Ecl_activities|type=OSGi|type-repo=osgi}}
 
{{Ecl_activities|type=OSGi|type-repo=osgi}}
 +
 +
<h2>Important Interfaces</h2>
 +
[http://www.osgi.org/javadoc/r4v42/org/osgi/framework/Bundle.html Bundle]
 +
[http://www.osgi.org/javadoc/r4v42/org/osgi/framework/BundleContext.html BundleContext]
 +
[http://www.osgi.org/javadoc/r4v42/org/osgi/framework/BundleActivator.html BundleActivator]
 +
 +
 +
 +
 +
 +
  
 
# Check out the [https://guest:1673852@zenit.senecac.on.ca/svn/ecl500/Lectures/trunk/w11-osgi-simple-interface/ Service Interface]
 
# Check out the [https://guest:1673852@zenit.senecac.on.ca/svn/ecl500/Lectures/trunk/w11-osgi-simple-interface/ Service Interface]
 
# Check out the [https://guest:1673852@zenit.senecac.on.ca/svn/ecl500/Lectures/trunk/w11-osgi-simple-serviceprovider/ Service Provider]
 
# Check out the [https://guest:1673852@zenit.senecac.on.ca/svn/ecl500/Lectures/trunk/w11-osgi-simple-serviceprovider/ Service Provider]
 
# Check out the [https://guest:1673852@zenit.senecac.on.ca/svn/ecl500/Lectures/trunk/w11-osgi-simple-serviceconsumer/ Service Consumer]
 
# Check out the [https://guest:1673852@zenit.senecac.on.ca/svn/ecl500/Lectures/trunk/w11-osgi-simple-serviceconsumer/ Service Consumer]

Revision as of 15:08, 22 January 2011


OSGi Activities



Start the lab activities in the order defined below:

Important Interfaces

Bundle BundleContext BundleActivator




  1. Check out the Service Interface
  2. Check out the Service Provider
  3. Check out the Service Consumer