Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.
EquinoxThoughts
- 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.