Skip to content
Thomas Czogalik edited this page Apr 4, 2018 · 6 revisions

OSGi

  • Quote Service Tutorial using Felix
    • Create IQuoteService, QuoteService and QuoteConsumer as described in the tutorial
    • Export Plugins as Deployable plug-ins and fragments as 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.jar command

Clone this wiki locally