Twitter github

Posts Tagged with “netbeans”

Fair and Balanced @ JavaOne

I just noticed that at JavaOne, there will be a “fair and balanced” Eclipse RCP versus the Netbeans Platform talk given by Kai Toedter from Siemens and Geertjan Wielenga from Sun.

I’m not one to say anything… but is this really fair and balanced? Wouldn’t it be better to have Kai moderate and maybe have someone like Wayne Beaton represent Eclipse …and Geertjan represent Netbeans?

It feels good to be dynamic

On catching up with my blog reading today, I came across a post by one of my good friends Bob Balfe. He links to an article by Peter Nehrer about dynamic plug-ins in Eclipse. I can’t stress enough how important this concept should be to an Eclipse developer. The current platform suffers from the case that certain plug-ins (bundles) aren’t dynamic aware causing the recommendation that Eclipse be restarted on every update (don’t mention apply changes, that popup should never exist in the first place). When we look past the 3.3 release and into a possible “4.0”, the concept of dynamic-aware plug-ins (bundles) is going to increase in importance.

I encourage all Eclipse developers to make their plug-ins dynamic aware and open bugs against projects that are lacking this functionality. Furthermore, when Netbeans decides to move to OSGi from its current module system (sometime early next year ;p), they may have a jump on us with all this crazy dynamic’ness.