Versions Compared

Key

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

...

Panel

Anchor
About this TAB
About this TAB

About this TAB

The topics presented in this TAB are primarily designed for the software developer who:

  1.   is is a new hire and needs to configure his/her workstation, or
  2.   has has a new workstation and needs to get it configured, or
  3.   has has a need for a Maven WAR or JAR artifact which is not related to an on going ES project (e.g. A Proof of Concept project).

...

Panel

Anchor
Education Systems Maven projects
Education Systems Maven projects

Education Systems Maven projects

An Education Systems (ES) project will typically consist of 2 Maven artifacts. These Maven artifacts are:

  1.   Only 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 At least one Maven JAR artifact which contains all the support (i.e. services, daos, hibernate mapping, ...) components of the ES project.

The following are the instructions on how the create and configure an ES Maven WAR or Maven JAR project.

The following are instructions on how to writing unit tests

...