Pax Runner is a tool to launch your OSGi platform. It is a sort of
abstraction about the OSGi implementation you use. Pax Runner also
provides the profile option. This option is to launch the OSGi
platform with a set of standard bundles.
The HTTP Service is the standard bundle to allow web-based user
interface in an OSGi platform.
This bundle packaging allows me to use the H2 Db in an OSGi
environment (my case is a telecom router). My code uses the Db through
JDBC and the console is available for admin/development purpose.
I think, perhaps, I will use a new packaging in my project, so, I will
be back to talk about it ;-)
Stéphane