UNDER CONSTRUCTION
Workstation configuration
Education Systems Maven projects
A typical Education Systems project will consist of 2 Maven artifacts. These Maven artifacts are:
- A WAR file which contains all the WEB facing components of the ES project (i.e. jsp's, controllers, css, js, ...) components.
- A Maven JAR which contains support (i.e. services, daos, hibernate mapping, ...) components.