Difference between revisions of "OSGi : Develop Simple Apps"
(Replaced content with '{{Ecl_activities|type=OSGi|type-repo=osgi}} __NOTOC__ # Check out the [https://guest:1673852@zenit.senecac.on.ca/svn/ecl500/Lectures/trunk/w11-osgi-simple-interface/ Service …') |
|||
Line 1: | Line 1: | ||
{{Ecl_activities|type=OSGi|type-repo=osgi}} | {{Ecl_activities|type=OSGi|type-repo=osgi}} | ||
__NOTOC__ | __NOTOC__ | ||
+ | |||
+ | <h2>Bundels and the Relationships</h2> | ||
# 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] | ||
+ | |||
+ | <h2>Bundels and the Declarative Services</h2> | ||
+ | # Check out the [https://guest:1673852@zenit.senecac.on.ca/svn/ecl500/Lectures/trunk/w11-osgi-simple-declarativeservice-consumer Declarative Service Consumer] | ||
+ | # Check out the [https://guest:1673852@zenit.senecac.on.ca/svn/ecl500/Lectures/trunk/w11-osgi-simple-declarativeservice-provider Declarative Service Provider] | ||
<h3>[[Steps for Building Bundels]]</h3> | <h3>[[Steps for Building Bundels]]</h3> | ||
+ | |||
+ | <h3>[[Steps for Building Declarative Services]]</h3> |
Revision as of 22:26, 24 January 2011
Main Page · Course Description · Course Topics · Schedule, Students, Teams · Course Resources · Course Projects
OSGi Activities
- Start and run the Eclipse for OSGi as installed in the previous lecture.
- Open the Subversion Perspective in Eclipse for OSGi.
- Check out the Simple Sample from OSGi Course Repository
- Run the sample and change it.
- Define the main steps involved in developing OSGi applications.
- Write a small tutorial (main steps) about using Eclipse to develop OSGi applications.
Start the lab activities in the order defined below:
Bundels and the Relationships
- Check out the Service Interface
- Check out the Service Provider
- Check out the Service Consumer
Bundels and the Declarative Services
- Check out the Declarative Service Consumer
- Check out the Declarative Service Provider