View on GitHub

Jee6-app-simple-archetype

JEE 6 Simple Archetype

download .ZIPdownload .TGZ

JEE 6 Simple (One Project) Archetype

Build Status

1. Archetype Instalation and Use

Pre-Requisites:

Install Steps:

  1. Download the archetype.
  2. Install the archetype: mvn clean install

Use Steps:

  1. Command: mvn archetype:generate -DarchetypeGroupId=org.otojunior.archetype -DarchetypeArtifactId=jee6-app-simple-archetype -DarchetypeVersion= -DgroupId= -DartifactId= -Dversion= -Dpackage= -Dmaven.test.skip=true -B

Parameters:

Obs.: In root archetype folder, there is a script to help this creation. Edit the script and put it into another folder. Ex.: the your root projects folder.

2. Logs Framework Configuration

Log Framework: SLF4J (API) and Logback (Implementation). Supports many log appenders (destiny of messages): console, file, databases, etc. For logs in databases (DBAppender), the tables must be created first by scripts in:

The JDBC drivers can be found in: