Skip to content

Latest commit

 

History

History

openwis-pilots-tutorial-3

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

OWT-3: Creating a service in Karaf

This tutorial will examine the available ways of registering OSGi services (e.g. xml, annotation, etc.) and will provide the first hands-on code example of an OSGi service.

More specifically, it will:

  1. Create two bundles.
  2. Create two services, one in each bundle.
  3. Wire the services together so that communicationis achieved.