1
edit
Changes
→Tutorial
==Tutorial==
==Create the Service Interface=Heading 1====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======Heading 2Install and run the Service Consumer Bundle===