Pete McKinstry's Bookmarks tagged → View Popular
You are here: Diigo Home > Pete McKinstry's Bookmarks
Supporting OSGi Bundles in the Java Module System
Wombat application is packaged as a JAM file named "com.wombat.app-1.0.jam" and the OSGi bundles it depends on are packaged as JAR files containing the following manifests,2 per the OSGi specifications:
org.apache.xerces.parsers:
Bundle-SymbolicName: org.apache.xerces.parsers
Bundle-Version: 2.9.10
Export-Package: org.apache.xerces.parsers; version=2.6.6; uses="org.apache.commons.logging",
org.apache.xerces.jaxp; version=2.6.6,
org.apache.xerces.framework; version=2.6.6,
org.apache.xerces.readers; version=2.6.6,
org.apache.xerces.utils; version=2.6.6,
org.apache.commons.logging; version=1.0.4
Import-Package: javax.xml.parsers; version=1.2.0,
org.w3c.dom; version=1.0.0,
org.xml.sax; version=2.0.1
Require-Bundle: org.osgi.util.xml; version=1.0.0; visibility:=reexport; resolution:=optional
org.apache.derby:
Bundle-SymbolicName: org.apache.derby
Bundle-Version: 10.0.2
Export-Package: org.apache.derby.authentication,
org.apache.derby.database,
org.apache.derby.io,
org.apache.derby.jdbc
Import-Package: java.sql
2These example manifests are for illustration pur
more fromopenjdk.java.net
Apache Sling - Index
more fromincubator.apache.org
Knopflerfish OSGi
more fromwww.knopflerfish.org
SFelix - SFelix - A Secure OSGi Implementation based on Felix
more fromsfelix.gforge.inria.fr
Apache Felix - Index
more fromfelix.apache.org
Fun with OSGi
more fromosgifun.blogspot.com
Welcome to the OSGi Alliance
more fromwww.osgi.org
Apache Felix
more fromincubator.apache.org
Notation: * = Private bookmark and comment|… = Clipping [?] | … = Public highlight [?]


