Versions Compared

Key

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

...

Panel

Anchor
Education Systems Maven projects
Education Systems Maven projects

Education Systems Maven projects

indent
1
1
An Education Systems (ES) project will typically consist of 2 Maven artifacts.  These Maven artifacts are:
indent
2
2
1.  Only one Maven WAR artifact which contains all the WEB facing (i.e. jsp's, controllers, css, js, ...) components of the ES project.
2.  At least one Maven JAR artifact which contains all the support (i.e. services, daos, hibernate mapping, ...) components of the ES project.
indent
1
1
The following are the instructions on how the create and configure an ES Maven WAR or Maven JAR project. 

# [Selecting names for your project | CSF:Selecting names for your project]
\\
\\
# [How to create an ES Maven WARJAR project using the WARJAR template | Using the WARJAR template#Software Development]
# [How to customize the ES Maven WARJAR project pom.xml | Using the WARJAR template#Customizing the project WARJAR pom.xml]
\\
\\
# [How to create an ES Maven JARWAR project using the JARWAR template | Using the JARWAR template#Software Development]
# [How to customize the ES Maven JARWAR project pom.xml | Using the JARWAR template#Customizing the project JARWAR pom.xml]
\\
\\
# [Guidelines for writing unit tests | Guidelines for writing unit tests]

...