UNDER CONSTRUCTION

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

{color:green} If you need help setting up Eclipse, SVN, OC4J, Maven, ES Projects etc., then you're found the right place.{color}

Quick Links to:

About this TAB

The topics presented in this TAB are primarily designed for the software developer who:

  1. is a new hire and needs to configure his/her workstation, or
  2. has a new workstation and needs to get it configured, or
  3. has a need for a Maven WAR or JAR artifact which is not related to an on going ES project (e.g. A Proof of Concept project).

Workstation configuration

General

Eclipse

Education Systems Maven projects

An Education Systems (ES) project will typically consist of 2 Maven artifacts. These Maven artifacts are:

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