|
|
||
Vincent Brabant's BlogOctober 2006 ArchivesReaction about the Charles Ditzel InterviewPosted by vbrabant on October 14, 2006 at 02:19 AM | Permalink | Comments (5)Sun Developer Network published an interessting interview of Charles Ditzel. But I wanted to react on some part. We also occasionally hear that the layout manager, GroupLayout, which the NetBeans IDE GUI Builder uses to create its great user interfaces (UIs), causes some sort of lock-in or is proprietary. It's in JDK 6 and included as a library for use in JDK 5.0 and 1.4. As you can see, it's neither a lock-in nor proprietary. He is right by saying that you have no lock-in nor proprietary. But at run-time only. Because at development time, you are locked with NetBeans, and his famous .form file. When that will be fixed. When the GUI editor of NetBeans will be able to edit any java source file WITHOUT needs of a proprietary .form file, then, only then, you could say that there is no lock-in. | ||
|
|