...
Panel | |||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Education Systems Maven projects
indent | | 1 | 1 | 1. Only one Maven WAR artifact
|
- Only one Maven WAR artifact which contains all the WEB facing
- (i.e.
- jsp's,
- controllers,
- css,
- js,
- ...)
- components
- of
- the
- ES
- project.
- 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.
Available for downloading
...