Difference between revisions of "Teams Winter 2011/team4/lab2"

From CDOT Wiki
Jump to: navigation, search
(Created page with '=Lab 2= *[http://zenit.senecac.on.ca/wiki/index.php/Teams_Winter_2011/team4 Teampage] ==Tutorial== ===Heading 1=== ===Heading 2===')
 
(Tutorial)
Line 4: Line 4:
  
 
==Tutorial==
 
==Tutorial==
===Heading 1===
+
==Create the Service Interface==
 
+
===Define the service interface===
 
+
===Create the bundle with the interface===
===Heading 2===
+
==Implement the Service Provider==
 +
===Register the service in the class Activator===
 +
===Define the MANIFEST.MF for the service provider bundle===
 +
===Install and run the Service Provider Bundle===
 +
==Implement the Service Consumer==
 +
===Define the MANIFEST.MF for the service consumer bundle===
 +
===Use the class Activator to find the service===
 +
===Implement a class where one can consume the service===
 +
===Install and run the Service Consumer Bundle===

Revision as of 17:16, 16 February 2011

Lab 2


Tutorial

Create the Service Interface

Define the service interface

Create the bundle with the interface

Implement the Service Provider

Register the service in the class Activator

Define the MANIFEST.MF for the service provider bundle

Install and run the Service Provider Bundle

Implement the Service Consumer

Define the MANIFEST.MF for the service consumer bundle

Use the class Activator to find the service

Implement a class where one can consume the service

Install and run the Service Consumer Bundle