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.
|