Apache NetBeans Incubator Proposal
Apache NetBeans Incubator Proposal
Posted Sep 13, 2016 21:05 UTC (Tue) by Per_Bothner (subscriber, #7375)In reply to: Apache NetBeans Incubator Proposal by Risthel
Parent article: Apache NetBeans Incubator Proposal
Well, there is a difference from OpenOffice: With NetBeans there isn't any competing more-vibrant fork of the same code-base but competing license. As far as I know there are no major forks - it just hasn't been getting as much Love as one might hope for.
There are competing projects in the same space (most obviously Eclipse), but they're not based on the same code-base. In terms of core design there are some fundamental benefits of NetBeans (compared to Eclipse):
- NetBeans uses the same javac compiler from OpenJDK as when people compile on the command-line or make/Ant/Maven/... This avoids inconsistencies as well as dupliacte effort. Eclipse uses their own compiler.
- Eclipse uses their own SWT toolkit, which to me seems like a lot of hard-to-justify effort while NetBeans uses the trusty Swing toolkit.
