Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "EquinoxThoughts"

 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
* You might want ot 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.
+
* 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]
+
* [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)
(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

  • Pack200 for use in shipping JARs over the wire.

Back to the top