Skip to main content

Blog Archive for ss141213 during February 2010

Typical users of GlassFish use GlassFish in a separate process and they start GlassFish by using commands like the following: java -jar glassfish.jar or asadmin start-domain The above commands first launch an OSGi framework and then deploy the necessary bundles. What if you want to embed GlassFish in an existing OSGi runtime? The bootstrapping code was slightly complicated IMO...