2
edits
Changes
no edit summary
The bundle export the package cs.ecl.osgi.simple.bookfinderservice Meanwhile, the implementation package - cs.ecl.osgi.simple.bookfinderservice.internals - <strong>is hidden to the outside world and can be change dynamically</strong> and can be changed dynamically anytime a better implementation is created.
The bundle requires the osgi framework and the interface bundle (e.g. bookfinder bundle)
: Require-Bundle: cs.ecl.osgi.simple.bookfinder;bundle-version="1.0.0"
: Import-Package: org.osgi.framework;version="1.3.0"
The bundle export its service (for instance, the bood finder service - cs.ecl.osgi.simple.bookfinderservice)
: Export-Package: cs.ecl.osgi.simple.bookfinderservice