Versions Compared

Key

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

...

Panel

Anchor
overview
overview

OVERVIEW

This document contain the instruction on how to install and configure your project's WAR component using the war-template.  The screen shots are taken from the Eclipse Java EE IDE for Web Developers - Version: Indigo Service Release 2 IDE.  If you are using a different version of Eclipse Java EE or a different variant of Eclipse, the screen shots may differ.  It is important to keep in mind that the following instructions should be viewed as to what has to be done rather than how to do it.

There are 3 sections to this document.  These sections are:

indent
1
1
[*Section 1:* | #Creating the project war component using the war-template]
indent
2
2
This section deals with creating a Maven war project using the war-template.  You should notice that in this section:
# Items 1 - 8 deal with checking out and disconnecting the war template from the SVN repository.
# Items 9 - 1012 deal with cleanup, and renaming the war template and converting the project to a Maven project..
# Items 1113 - 1920 deal with checking in the renamed project into a new SVN repository specifically for your project.

There is nothing new here and you should know how to do the above relative to the Eclipse IDE that you are using.
indent
1
1
[*Section 2:* | #Customizing the project WAR]
indent
2
2
This section deals editing various project files and is very straight forward.

Again, there is nothing new here and you should know how to do the above relative to the Eclipse IDE that you are using.
indent
1
1
[*Section 3:* | #Customizing the project WAR pom.xml]
indent
2
2
This section deals editing the project's pom.xml.

Again, there is nothing new here and you should know how to do the above relative to the Eclipse IDE that you are using.

It should take you approximately 10 - 20 minutes to get your war component created and customized.

...