Changes

Jump to: navigation, search

Steps for Building Applications from Bundels

32 bytes removed, 13:15, 5 October 2011
no edit summary
{{Ecl_activities|type=OSGi|type-repo=osgiEcl_menu}}__NOTOC__
<h4>1. Study the Interfaces</h4>
----------
<h4>43. Define the Bundle Service Provider</h4>
The service ''bookfinder'' could be used only if there is a bundle that implements the service. The bundle ''cs.ecl.osgi.simple.bookfinderservice'' implements ''BundleActivator'' interface in the ''Activator'' class. This bundle will be called 'service provider'.
<h5>43.1 Define the Activator class for the service provider</h5>
<source lang="java">
package cs.ecl.osgi.simple.bookfinderservice;

Navigation menu