1
edit
Changes
no edit summary
=Lab 2 OSGI Tutorial=
After downloading the “Eclipse classic” from http://www.eclipse.org/downloads/ then proceed with the following steps to create Chat Program with OSGi.
The first step is to create the Chat Interface which is the Service Provider in the Program. This defines and provides the services available and the requirements and outcomes for those services.
a) Create a new Plug-in Project
c) Be sure to uncheck the “Generate an activator” option as you will not be needing an activator then go ahead and click finish.
a) You must now create three interfaces: IChatClient, IChatSystem and IMessage
b) Fill the interfaces with the following information:
a) Select the MANIFEST.MF