UNDER CONSTRUCTION

{color:green}Help is available by sending an email to [mailto:csf-support@mit.edu]{color}

Quick Links to:

How to create a new project


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.


How to create a new Bamboo CI project