NetBeans IDE 6.7 Review

Integration with the Kenai open-source collaboration site along with many new features makes the latest version of NetBeans IDE seem like a full upgrade

The latest version of the NetBeans IDE (integrated development environment) is a 0.7 release, but it includes so many new features it could rightfully receive a full version increment. What may be the biggest improvement is full integration with Project Kenai, a site Sun built for open-source collaboration, and that’s what this review will focus on.

The Project Kenai site itself includes full support for source code repositories. This enables developers to connect via any of several source code version control systems, such as subversion. Through the site you can create projects, host documents, track issues, and even create forums and chat rooms for your projects.

Full Integration

Many of these features can be accessed right from within the NetBeans IDE, not just through a Web browser inside the IDE, but directly through the IDE’s menus and windows, without the need to interact with the site itself.

This all takes place through a Kenai pane where you can log into the Kenai Website. You need to have a free account at kenai.com; when you log in through the IDE, you are given the opportunity to create an account. When you click on the “sign up now” link, you’re taken to the Kenai site in your browser. That part isn’t integrated into the IDE.

Once I was logged in, I could click the Open Project link that’s in the Kenai pane; from there, a window opened through which I could search for projects based on keywords or create a new project on Kenai.

Once I had located a project I wanted to take part in, I could click a link to get details on the project. Again, this takes you to your Web browser. (This is one of the very few places you need to go to the Web browser. The rest really is integrated into the IDE.)

Back in the IDE, I could easily join the project. After doing so, the project showed up in the Kenai pane in the IDE. From there, I could click a link on the pane to download the code from Kenai through the subversion software, and then create a local Java project (if one wasn’t included in the sources).

From there, I could build and edit the source code, just as I would with any other project.

Easy Project Installation

Over the years, I’ve found that one major problem with a lot of software projects is getting a project installed on a new developer’s computer.

The old method of “Here are the source files, just run Make” barely worked. I can’t tell you how many hours I’ve lost as a developer trying to either copy a project to my computer when I started a new job or copy a project to a new employee’s computer, then setting up loads of environment variables and sourcing (and creating) script files. Fast-forward to the 21st century when developers on an open-source project are scattered all over the planet, and all of this gets even harder.