Difference between revisions of "EquinoxThoughts"
(4 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | * You might | + | * You might be interested in the Logging bundle over at [http://wiki.ops4j.org/dokuwiki/doku.php?id=pax:logging http://wiki.ops4j.org/dokuwiki/doku.php?id=pax:logging] which lets you use log4j API but uses OSGi logging and configuration for it. |
* [http://wiki.ops4j.org/dokuwiki/doku.php?id=pax:xenotron http://wiki.ops4j.org/dokuwiki/doku.php?id=pax:xenotron] (it will soon be available in the apache felix project) | * [http://wiki.ops4j.org/dokuwiki/doku.php?id=pax:xenotron http://wiki.ops4j.org/dokuwiki/doku.php?id=pax:xenotron] (it will soon be available in the apache felix project) | ||
+ | |||
+ | * Pack200 for use in shipping JARs over the wire. | ||
+ | |||
+ | * It's useful to create a ClassLoader from a Bundle. Here's a [[BundleProxyClassLoader recipe]]. | ||
+ | |||
+ | [[Category:Equinox]] |
Latest revision as of 15:49, 22 February 2007
- You might be interested in the Logging bundle over at http://wiki.ops4j.org/dokuwiki/doku.php?id=pax:logging which lets you use log4j API but uses OSGi logging and configuration for it.
- http://wiki.ops4j.org/dokuwiki/doku.php?id=pax:xenotron (it will soon be available in the apache felix project)
- Pack200 for use in shipping JARs over the wire.
- It's useful to create a ClassLoader from a Bundle. Here's a BundleProxyClassLoader recipe.