1
edit
Changes
→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 Create the interface bundle'''<br/>
:Create a new Plug-in project in eclipse using File>New> Plug-in Project: