Every ES project consists of at least 2 components - The *JAR* component and the *WAR* component.
\\
* The *JAR* component: This is a jar file which contains reuseable code. It is intended to used by any application.
* The *WAR* component: This is a war file which contain non-resuable code. It is not intended to be used by other applicaitons.
\\
\\
To assist the software development teams, 2 Maven project templates (for a Maven war artifact and a Maven jar artifact) have been developed.
\\
What follows below documents how these 2 templates can be used.
|