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. Pax Logging to the rescue I’m… Continue reading Logging RCP applications with Pax Logging

Making sense of e4

There was so much going on at EclipseCon last week that I have to admit my head is still spinning. I’m trying to get back to work, but my mind keeps turning to the people I met and the sessions I attended. One area I really wanted to get into at EclipseCon was e4, which… Continue reading Making sense of e4

Video and Eclipse

For an upcoming project I need to be able to show Flash videos inside of an RCP application. Java has never been known for its multimedia functionality so I didn’t have very high hopes. Fortunately, with Java Media Components things seem to be moving in the right direction. JMC is an API that allows you… Continue reading Video and Eclipse