Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Directory

Description

src

All project source

¦- main

Primary source directory

¦  ¦- java

Java source code

¦  ¦  `- tutorial

Package defined by groupId parameter

¦  ¦     `- example

The example actions from the archetype

¦  ¦- resources

Resources (config, property, and validation files, and so on

¦  ¦  `-tutorial

Package defined by groupId parameter

¦  ¦     `- example

Example property and validation files from archetype

¦  `- webapp

Web application files (HTML, JSP, etc.)

¦      `- WEB-INF

Typical WEB-INF folder

¦         `- example

Files from archetype

`- test

Test code (unit tests etc.)

     `   `- java

Java-based test code

        `      `- tutorial

Package defined by groupId parameter

           `         `- example

Test code from archetype

...