Difference between revisions of "Teams Winter 2011/team1/OSGI/Create the Service Interface"

From CDOT Wiki
Jump to: navigation, search
(1. Create the Service Interface)
(1. Create the Service Interface)
Line 5: Line 5:
  
 
:Create a new Plug-in project in eclipse using File>New> Plug-in Project:
 
:Create a new Plug-in project in eclipse using File>New> Plug-in Project:
:[[Image: 1CreateNewPlugInProject.JPG| 700px]]
+
:[[Image: 1CreateNewPlugInProject.JPG| 400px]]
  
 
:[[Image: 2_CreateNewPlugInProject.jpg | 700px]]
 
:[[Image: 2_CreateNewPlugInProject.jpg | 700px]]

Revision as of 14:57, 14 February 2011

1. Create the Service Interface

First thing to do in building an OSGI application is to define the service interface so that the developer who creates the GUI part of application knows what services will be available, and what are their requirements and outcome.In order to do this please follow these steps:

1.1. Define the interface bundle

Create a new Plug-in project in eclipse using File>New> Plug-in Project:
1CreateNewPlugInProject.JPG
700px
700px
700px
700px
700px
700px
700px
700px
700px
700px
700px
700px
700px
700px

1.2. Create the bundle with the interface