JDev Flies on NetBeans
I'm a long time user of JDev and today the newest release came available. Like always, it took 6 hours to download and it is gigantic in size. However, start up time was incredibly fast.
I wondered why and looked in the About. There I saw several mentions of NetBeans:
I then looked in the install dir and there parts of NetBeans seems to be found:

I searched Twitter for 'jdev netbeans' and found more evidence:
NetBeans start up time is really fast with 7.0 and now JDev is too. They're drinking the same juice somewhere, for sure. That juice must be what seems to be the fastest OSGi container of the moment, it is called Netbinox, a combination of Equinox with performance enhancements provided by NetBeans. I googled 'netbinox', because that is the name of one of the JARs in "netbeans" folder in JDev and then I find this article explaining Netbinox. NetBeans itself does not use OSGi, but its performance enhancements seem to be part of this Netbinox, which appears to be an extension to Equinox. So is NetBeans the hidden weapon behind the performance enhancements in JDev 11.1.2?
(Note: Opinions expressed in this article and its replies are the opinions of their respective authors and not those of DZone, Inc.)





Comments
Shay Shmeltzer replied on Wed, 2011/06/08 - 10:55am
Yes, JDeveloper borrows some code from NetBeans for its new OSGi based architecture - that's just one example of how the Oracle/Sun combination works to benefit developers.
Developers might be interested to check out some of the other cool thing that are in the new JDeveloper version see: http://java.dzone.com/announcements/new-oracle-jdeveloper-jsf-20
Give it a spin.
Stoyan Vassilev replied on Wed, 2011/06/08 - 12:37pm
Jesper Wijngaardt replied on Wed, 2011/06/08 - 3:11pm
Stoyan Vassilev replied on Wed, 2011/06/08 - 6:58pm
Jaroslav Tulach replied on Tue, 2011/06/14 - 3:36am