That's true! But if the world would be developer driven - I guess - no one would do web development ;-)
So, I will further try (some hours only) if I get it working, maybe with pure OSGi (without the Spring DM stuff) ...
One question, to demonstrate a more meaningful plugin I would like to change the menubar. Would this be the way to do it:
Code:Application.instance().getActiveWindow().getMenuBar().add(createCommand());


Reply With Quote