Tutorial Example Directory Structure (original) (raw)

To facilitate iterative development and keep application source files separate from compiled files, the tutorial examples use the Maven application directory structure.

Each application module has the following structure:

When an example has multiple application modules packaged into an EAR file, its submodule directories use the following naming conventions:

The Maven build files (pom.xml) distributed with the examples contain goals to compile and assemble the application into the targetdirectory and deploy the archive to GlassFish Server.