You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 21 Next »

UNDER CONSTRUCTION

Workstation configuration

Education Systems Maven projects

A typical Education Systems project will consist of 2 Maven artifacts. These Maven artifacts are:

  • A Maven WAR which contains all the WEB facing (i.e. jsp's, controllers, css, js, ...) components of the ES project.
  • At least one Maven JAR which contains all the support (i.e. services, daos, hibernate mapping, ...) components of the ES project.
  • No labels