More blogs about using Pax

More blogs about using Pax

Patrick Paulin (developer and trainer specializing in modular technologies such as OSGi and the Eclipse Rich Client Platform) has blogged about using Pax Logging and Pax ConfMan in a tutorial like style:

Logging RCP applications with Pax Logging

Adding logging to an RCP application has always been painful. Developers have struggled with the best way to incorporate Log4J and other logging APIs, and in particular with how to make configuration files accessible. Some have chosen to use buddy classloading, others have utilized fragments containing the config files.
I'm happy to say that RCP developers now have another choice - Pax Logging.

Read more...

Configuring RCP applications with Pax ConfMan

In this post I'm going to describe how to set up the Configuration Admin service in an RCP application using Pax ConfMan.

Read more...