Google Web Toolkit 2 Application Development Cookbook
上QQ阅读APP看书,第一时间看更新

Installing NetBeans IDE

The NetBeans project consists of an open source Integrated Development Environment (IDE) and an application platform, which enables building applications for web, desktop, or mobile. Applications can be built using Java, PHP, Python, Ruby, Groovy, C, C++, and so on.

This IDE is developed using Java and requires JVM to run.

Its important features are as follows:

  • Web projects with Java EE 6
  • EJBs support in web applications
  • Java Persistence API deployment, debugging, and profiling with GlassFish v3 application server
  • Database integration
  • Java debugger
  • Profiler support for monitoring Java applications to find memory leaks and for optimizing performance
  • GUI design tools (not applicable for GWT yet)
  • Extended support for JavaScript, AJAX, and CSS through NetBeans JavaScript Editor modules

Getting ready

Download the NetBeans IDE from http://netbeans.org/downloads/index.html.

How to do it...

  1. Execute the installer netbeans-6.8-ml-windows.exe for installation on Windows.
  2. Click on Customize.
  3. Select Base IDE, Java SE, and Java Web and EE. Because we have already installed the GlassFish server separately, uncheck Sun GlassFish Enterprise Server and click on OK.
    How to do it...
  4. Click on Next.
  5. Accept the terms, click on Next, and follow the instructions on the screen.
  6. Click on Finish to complete the installation.