-
Notifications
You must be signed in to change notification settings - Fork 0
osgi
Thomas Czogalik edited this page Apr 4, 2018
·
6 revisions
- Introduction
- OSGi Services Tutorial
-
OSGI org.slf4j.impl dependency
- API bundle depends on an implementation package (bad design?)
-
Quote Service Tutorial using Felix
- Create
IQuoteService,QuoteServiceandQuoteConsumeras described in the tutorial - Export Plugins as
Deployable plug-ins and fragmentsas described in the tutorial - To use declarative services in Felix only Service Component Runtime (SCR) (Apache implementation of declarative services) is needed
- install and start all bundles using
start file:/path/bundle.jarcommand
- Create