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:
- Create two bundles.
- Create two services, one in each bundle.
- Wire the services together so that communicationis achieved.