The Java EE 6 Tutorial

GlassFish Server Tools

The GlassFish Server is a compliant implementation of the Java EE 6 platform. In addition to supporting all the APIs described in the previous sections, the GlassFish Server includes a number of Java EE tools that are not part of the Java EE 6 platform but are provided as a convenience to the developer.

This section briefly summarizes the tools that make up the GlassFish Server. Instructions for starting and stopping the GlassFish Server, starting the Administration Console, and starting and stopping the Java DB server are in Chapter 2, Using the Tutorial Examples.

The GlassFish Server contains the tools listed in Table 1–1. Basic usage information for many of the tools appears throughout the tutorial. For detailed information, see the online help in the GUI tools.

Table 1–1 GlassFish Server Tools

Tool 

Description 

Administration Console

A web-based GUI GlassFish Server administration utility. Used to stop the GlassFish Server and manage users, resources, and applications. 

asadmin

A command-line GlassFish Server administration utility. Used to start and stop the GlassFish Server and manage users, resources, and applications. 

appclient

A command-line tool that launches the application client container and invokes the client application packaged in the application client JAR file. 

capture-schema

A command-line tool to extract schema information from a database, producing a schema file that the GlassFish Server can use for container-managed persistence. 

package-appclient

A command-line tool to package the application client container libraries and JAR files. 

Java DB database

A copy of the Java DB server. 

xjc

A command-line tool to transform, or bind, a source XML schema to a set of JAXB content classes in the Java programming language. 

schemagen

A command-line tool to create a schema file for each namespace referenced in your Java classes. 

wsimport

A command-line tool to generate JAX-WS portable artifacts for a given WSDL file. After generation, these artifacts can be packaged in a WAR file with the WSDL and schema documents, along with the endpoint implementation, and then deployed. 

wsgen

A command-line tool to read a web service endpoint class and generate all the required JAX-WS portable artifacts for web service deployment and invocation.