Tag Archives: osgi

Root Cause Analysis

I’ve moved on to a new project recently. It’s quite different from the previous one. Before I worked on a monolythic web application, now we’re using OSGi. As a result, our project consists of a lot of sub-projects (OSGi bundles) … Continue reading

Posted in process | Tagged , , , , , , , | 2 Comments

OSGi & Maven & Eclipse

If you’re involved in a large software development effort in Java, then OSGi seems like a natural fit to keep things modular and thus maintainable. But every advantage can also be seen as a disadvantage: using OSGi you will end … Continue reading

Posted in Code, Debug, Environment | Tagged , , | 4 Comments

Pre-OSGi modularity with Macker

OSGi is gaining a lot of traction lately. But what if you have a very large application? Migration can be a lot of work. I would like to point to a simple tool we use that might help out a … Continue reading

Posted in Debug, Environment | Tagged , , | Leave a comment

Running a JavaFX script from an OSGi bundle

Two technologies that have been on my radar for a while are JavaFX, Sun’s entry in the RIA race, and OSGi, the Dynamic Module System for Java. In this tutorial, I will combine the two by running a JavaFX script … Continue reading

Posted in Code | Tagged , , , , , , , | 19 Comments