Your First Cup: An Introduction to the Java EE Platform

A Checklist

To complete this tutorial, you need to:

For up-to-the-minute information on which versions of the required software are compatible with this tutorial see the First Cup 2.0 compatibility page.

Getting the Java EE 6 SDK

To get the Java EE 6 SDK, go to http://java.sun.com/javaee/downloads/index.jsp.

Getting NetBeans IDE

To get NetBeans IDE go to http://www.netbeans.org/downloads/index.html.

Configuring Your Environment

Once you have all the necessary downloads, you must configure the tutorial bundle to reflect your environment.

ProcedureAdding GlassFish Server as a Server in NetBeans IDE

To run the tutorial examples in NetBeans IDE, you must register your GlassFish Server installation as a NetBeans Server Instance. Follow these instructions to register the GlassFish Server in NetBeans IDE.

  1. Select Tools -> Server Manager to open the Servers dialog.

  2. Click Add Server.

  3. Under Server, select GlassFish v3 and click Next.

  4. Under Platform Location, browse to or enter the location of your GlassFish Server installation.

  5. Click Next.

  6. Under Domain, use the drop-down list to select an existing domain, type in the path to the domain directly in the field, or type the name of a new domain to create.

  7. Click Finish.

Getting the Latest Updates to the Tutorial

Check for any updates to the tutorial by using the Update Center included with the Java EE 6 SDK.

ProcedureUpdating the Tutorial Through the Update Center

Open the Update Center and check for any updates to the tutorial.

  1. Open the Services tab in NetBeans IDE and expand Servers.

  2. Right-click the GlassFish Server instance and select View Update Center to display the Update Tool.

  3. Select Available Updates in the tree to display a list of updated packages.

  4. Look for updates to the First Cup 2. 0 for Java EE 6 (javaee-firstcup-tutorial) package.

  5. If there is an updated version of First Cup 2.0, select First Cup 2. 0 for Java EE 6 (javaee-firstcup-tutorial) and click Install.