Archive for the ‘OSGi’ tag
Speaking at TSS-JS 2008
I will be speaking at the next TheServerSide Java Symposium in Las Vegas in March 2008. The presentation will be part of the FrontLine Java track and will cover OSGi and its use in Enterprise Application Development. This is a more detailed presentation of what I was intending to cover at the *Camp in Cape Town.
Treading into OSGi
On my current project, the number of JavaBeans / Spring Beans is becoming a bit too much to handle. What’s becoming quite painful is that there is a significant number of combinations and dependencies between beans, and between the various web applications that we are rolling out. Simply including a few “common” JARs in multiple WAR’s is not good enough anymore.Modularity and dynamic modules has always been painful in Java, mostly due to its ridiculous class loader. But OSGi seems to offer significant improvements in this area. The possibilities of having classes “plugging” into each other, resolving versions, etc., all dynamically is terribly exciting and, at the same time, frightening.Nevertheless, I will be venturing into OSGi land and will blog my experiences and hopefully provide a some simple HOWTO’s and tutorial style posts.
