NetBeans 6.1 Released
April 30, 2008 on 12:51 pm | In Development, General, Java, Netbeans, Releases | No Comments
The new NetBeans IDE 6.1 has been released 2 days ago. Changes are more incremental than fundamental, but it features now support for JavaScript and code completion for JavaDoc. Furthermore support for MySQL has been added. Release notes can be found here.
NetBeans 6.1 Beta :: Blogging Contest
March 26, 2008 on 10:00 am | In Blog, Java, Netbeans | 1 Comment
With the release of NetBeans 6.1 beta Sun started a blogging contest. Until April 18th, 2008 one can test NetBeans 6.1 beta and blog about it. After blogging you need to submit the URL to netbeans.org and your review will be judged. I’m looking forward to submitting as I definitely want to have a T-Shirt
Related Links:
NetBeans 6.0 GUI Builder Screencast
December 18, 2007 on 9:34 am | In Development, Java, Netbeans | No CommentsRoman Strobl created a screencast showing off the features of the NetBeans 6.0 GUI Builder. He shows how to create data (base) driven applications in a fast and efficient way. He uses Actions instead of Listeners and also relies on the SwingLabs SwingX Swing Component Extensions (find demos here, I really like the drop shadow border).
NetBeans 6.0 is finally here!
December 4, 2007 on 4:31 pm | In Dev, General, Java, Netbeans | No CommentsSun has released NetBeans 6.0 - the final version. Get it here. For all who missed my praise in previous post: Use it! Why use NetBeans?
- It has a really cool GUI Editor.
- The editor doesn’t suck any more (some refactoring, code completion and templates, …).
- It supports many common tools (Ant, SVN, JUnit, ..).
- It’s the alternative to Eclipse.
Small Test of NetBeans 6.0 RC 2 (Windows XP, just the Java SE version)
November 29, 2007 on 12:03 pm | In Dev, General, IDE, Java, Netbeans | No Comments
Installation works fine and fast, start up speed is ok. The start up screen gives enough hints to start with. I like that as it is especially good for people starting with Java and/or NetBeans. I’m really satisfied now with the editor. It works fast enough and the completion hints are fine. Classes and members the editor does not know are created fast enough by hitting <alt>-<enter>.
I found one bug thing though: I created a class Tile with two members: One of the class Rectangle2D.Double and one of the class Point2D.Double. When using the automatic Getter and Setter code generation the return values for the Getter for the point were just Double while the Getter for the rectangle returned java.awt.geom.Rectangle2D.Double. That’s not really an issue, I know, but not the optimal way of programming either. At least I was not satisfied and edited the source afterwards
NetBeans 6.0 RC 1 Released
November 16, 2007 on 10:18 pm | In Dev, Java, Netbeans, Releases | No CommentsFinal release of the Java IDE NetBeans 6.0 is planned in late 2007. However the release candidate 1 has been released. NetBeans 6.0 offers tons of features for Java SE, EE and ME developers as well as a D’n'D Swing editor, BPEL support, graphical SQL editor, one click webstart release and so on. I’ll try and report soon.
NetBeans 6.0 Beta 1 Released
September 18, 2007 on 9:30 am | In Java, Netbeans, Software | No CommentsYesterday the first beta of NetBeans 6.0 was released. I could not withstand and installed it - of course
The installer (Linux, Ubuntu Feisty) worked like a charm. Startup seemed somewhat faster, the looks are clean and good (nothing like the thing with M9 anymore). The editor now responds faster than in the last milestone and is therefore more usable. Looks like NetBeans is on its way.
Another comment: Why bother with NetBeans if they are somewhat behind with features and ease-of-use? From the viewpoint of an application developer NetBeans offers some very interesting features one might search in other databases. There is the really cool GUI editor and the database support out of the box. Furthermore they have a profiler built in (for free).
Trying out JavaFX (and the NetBeans JavaFX Plugin)
July 24, 2007 on 8:42 pm | In Java, JavaFX, Netbeans, Software | 3 CommentsI took the news on the updated NetBeans plugin for JavaFX as impulse to try it out at last: JavaFX has been buzzing around for some months now. So long Adobe/Macromedia Flash has been the only choice for interactive graphically intensive and multimedia application. Well I know that there is SVG and SMIL, but I also know that those two can’t compete with Flash (I spare out a ‘yet’ … how long do we have to wait?). With JavaFX and Microsoft Silverlight there are two competitors on the scene. However I cannot try the latter one - I didn’t find an Ubuntu download
JavaFX however is looking cool: The demo / tutorial from openjfx.dev.java.net shows a lot of nice effects and features.
Continue reading Trying out JavaFX (and the NetBeans JavaFX Plugin)…
NetBeans 6.0 M10 Available
July 3, 2007 on 10:44 am | In Java, Netbeans, Release, Software | No CommentsNetBeans 6.0 Milestone 10 is now available. According to Roumen’s blog its the last milestone, so expect a beta release after this one. You will find the original announcement here. Updates (excerpt from the announcement) include:
- Ruby Debugger enhancements (global vars, watch view, locals view)
- Plugin Manager allows you to distribute groups of IDE components (for example Ruby, SOA)
- Visual Designer has new look and feel
- More Ajax enabled components from Project Woodstock
- Struts 1.3.x files are recognized by the IDE
- UML Source Code Synchronization
There is also a complete list of NetBeans IDE 6.0 Milestone 10 (M10) features and enhancements available.
NetBeans 6.0 M9 & Ubuntu Feisty Fawn
June 25, 2007 on 9:53 am | In General, Java, Netbeans, Software | 8 CommentsHacking a small Java interface for video transcoding was the reason for installing the M9 of NetBeans 6.0. At a first glance I was really shocked by the Metal Look & Feel. See the screenshots & decide yourself
For everyone suffering the same shock … following startup parameters make NetBeans pretty again:
~/netbeans-6.0m9/bin/netbeans -laf com.sun.java.swing.plaf.gtk.GTKLookAndFeel
© 2004-2007 by Mathias Lux
>> Contents of this page are licensed under the CreativeCommons Attribution 2.5 license <<