Changes

Jump to: navigation, search

OSGi : Develop Simple Apps

10 bytes removed, 22:52, 22 January 2011
no edit summary
</source>
<h5>2.2 Define in the MANIFEST.MF for the bundle ''cs.ecl.osgi.simple.bookfinder '' </h5>
<source lang="xml">
Manifest-Version: 1.0
</source>
<h5>3.2 Define the implementation of class for the service in a class BookFinderImplementation. </h5>The class must be defined in an internal package ''cs.ecl.osgi.simple.bookfinderservice.internals'' <u>The package will not be exposed to the outside world</u>)</h5>
<source lang="java">
</source>
<h5>3.3 Define the MANIFEST.MF for the ''cs.ecl.osgi.simple.bookfinderservice'' bundle</h5>
<source lang="xml">
Manifest-Version: 1.0

Navigation menu