InfoQ

InfoQ

News

My Bookmarks

Login or Register to enable bookmarks for unlimited time.

The content has been bookmarked!

There was an error bookmarking this content! Please retry.

Netbeans 6.0 Released with Support for Ruby, Mobility Enhancements, and Integrated Profiler

Posted by Scott Delap on Dec 03, 2007

Sections
Development
Topics
Ruby ,
Java ,
Artifacts & Tools
Tags
Netbeans
Today the Netbeans team released Netbeans 6.0. Earlier in the year 6.0 was dual licensed under GPL and CDDL. Version 6 comes a little more than a year after 5.5 and includes a number of significant enhancements including:

Editor Improvements

  • Smarter code completion
  • Highlights
  • Better Navigation and Inspection
  • Live Templates and Surround Functionality

Ruby/JRuby/Ruby on Rails Support

  • Project support including Gems and RSpec
  • Advanced Ruby Editing
  • ActiveRecord Code Completion
  • Ruby Debugger
  • Ruby on Rails Support

Profiling

  • Profiler integrated into NetBeans IDE
  • Compare Memory Snapshots
  • Heap Walker
  • JMeter Integration
  • Dynamic Attach on JDK 1.6

Web and Java EE

  • Built-in visual design for web applications
  • Visual page flow editing
  • Enhanced JavaScript support
  • Enhanced web services support
  • Support for Ajax-enabled JavaServer Faces components

Mobility

  • New Integrated UI for CLDC/MIDP and CDC development
  • New game builder
  • New Visual Mobile Designer
  • Re-written JSR-172 stub compiler

SOA

  • Artifacts for service composition and assembly
  • Graphical WSDL editor
  • XSLT editor to edit transformations
  • Tooling support for binding components
  • Java EE Web Service project support

The PDF based Netbeans Magazine has also released a 62 page issue dedicated to Netbeans 6.0.  InfoQ is publishing an ongoing series detailing the new Netbeans Ruby support.

A wonderful IDE indeed but why Ruby? by Zeev B Posted
Re: A wonderful IDE indeed but why Ruby? by Alex Popescu Posted
Re: A wonderful IDE indeed but why Ruby? by Zeev B Posted
Using it every day to write RoR code by Thomas Meeks Posted
  1. Back to top

    A wonderful IDE indeed but why Ruby?

    by Zeev B

    I guess that Sun decided to invest in Ruby because of the big RoR hype in the past couple of years. I think that there is a more suitable dynamic language that has a JVM implementation and a very dedicated community. It is used a lot throughout the industry for example, Google uses it a lot (and it is even used inside Sun).This language arrives with a lot of useful built-in libraries and there are a lot of other open source libraries and frameworks to choose from. It is used to build big web sites such as YouTube and it is also used a lot by system adminitrators that want an easy and productive way to create scripts. You probably guessed by now that I am talking about the Python programming language.
    Although very different from Java I find Python is in tune with the Java culture :
    1. Readability and explicitness - both Java and Python endorse clean readable code that explicitly states what is being done.
    2. Matureness- Python and Java are of almost the same age. They are mature languages that proved themselves again and again in production systems.
    3. Vibrant community - both platforms have a devoted community and community process.
    4. Open source libraries - both platforms have a lot of libraries and frameworks available (a result of points 2 and 3).
    As a Java developer using a lot of Python/Jython nowadays, I am disappointed that Sun chose not to invest in supporting this popular and productive programming language. I think that NetBeans is loosing an opportunity to hook up with this wonderful community which is missing a high quality IDE such as NetBeans.

    I have discussed this issue with some Sun developers and I know that also at Sun there are Python/Jython developers that would like to see it supported on the NetBeans platform.

  2. Back to top

    Re: A wonderful IDE indeed but why Ruby?

    by Alex Popescu

    I have asked myself the same question, and the only answer I have been able to figure out is that Ruby got all this support due to the buzz around RoR. As others may already know, Python world has great offerings in the same field, but unfortunately they haven't got the right people to create the noise. That's really unfortunate.

    ./alex
    --
    .w( the_mindstorm )p.
    Alexandru Popescu
    Senior Software Eng.
    InfoQ Techlead/Co-founder

  3. Back to top

    Using it every day to write RoR code

    by Thomas Meeks

    And it works wonderfully!

    Thus far, I am quite happy with what Netbeans provides. Definitely an IDE to check out if you are using rails.

  4. Back to top

    Re: A wonderful IDE indeed but why Ruby?

    by Zeev B

    Alex,
    Part of the hype is also generated by sites like InfoQ (which BTW I enjoy and learn a lot from), therefore I think you can influence this by covering more Python related stories and topics such as the upcoming Python 3000, the new Jython releases, the wonderful Django web framework, the pypy research project and much more.
    I can see there is a Ruby community in the site (it appears on the left navigation bar under "Your Communities alongside Java, .NET, SOA etc.) - maybe it is time to also have a Python one.

    Ze'ev



    I have asked myself the same question, and the only answer I have been able to figure out is that Ruby got all this support due to the buzz around RoR. As others may already know, Python world has great offerings in the same field, but unfortunately they haven't got the right people to create the noise. That's really unfortunate.

    ./alex
    --
    .w( the_mindstorm )p.
    Alexandru Popescu
    Senior Software Eng.
    InfoQ Techlead/Co-founder

Educational Content

10 tips on how to prevent business value risk

One category of risk that project teams need to ensure they address is business value failure – delivering a product that fails to provide value for the business investor.

Interview: Software Systems Architecture: Working With Stakeholders Using Viewpoints and Perspectives

InfoQ spoke to the authors of Software Systems Architecture on a couple of new topics, the System Context viewpoint and Agile, which have been added to the second edition.

Beauty Is in the Eye of the Beholder

Alex Papadimoulis discusses ugly code, where it comes from, how to avoid it, and how to get rid of it.

Architecting Visa for Massive Scale and Continuous Innovation

John Davies examines Visa’s architecture and shows how enterprises have architected complex integrations incorporating Hadoop, memcached, Ruby on Rails, and others to deliver innovative solutions.

Max Protect: Scalability and Caching at ESPN.com

Sean Comerford unveils ESPN.com’s architecture, what components are used and why, and the current changes the website goes through.

The Seven Deadly Sins of Enterprise Agile Adoption

Are there repeated patterns of failure on Enterprise Agile Enablement efforts? Sanjiv and Arlen discuss Seven Deadly Sins to avoid when adopting Agile in an enterprise.

Questions for an Enterprise Architect

Erik Dörnenburg answers: What is Enterprise and Evolutionary Architecture?, discussing 4 issues: Turning strategy into execution, Ensuring conformance, Where do the architects sit? Buying or building?

Wrap Your SQL Head Around Riak MapReduce

Sean Cribbs explains what Map-Reduce and Riak are, why and how to use Map-Reduce with Riak, and how to convert SQL queries into their Map-Reduce equivalents.