= Deliverables = == Preliminary Phase == * [attachment:Tech-9-Preliminary-Project-Plan.doc Preliminary Project Plan] == Phase I == === Interim === * [attachment:Tech-9-Interim-I-Presentation.ppt Phase I Interim Presentation] * [http://svn.ersoft.org/6361-re-fall2007/tags/phase-1-interim/mockup/index.html Simple Mockup] == Phase II == === Interim === * [attachment:Final-Project-Plan.doc Project Plan] * [attachment:Tech-9-Final-Project-II.doc Writeup] === Final === * [attachment:"Tech-9 - Final II - SDMS Source.zip" SDMS Source] * [attachment:synergy-0.1-dev.war Servlet Binary]. To run the servlet, you will need these dependencies: * A database with the [browser:/tags/final-demo/synergy/docs/SynergyDatabase.sql correct tables] created. We developed using MySQL, we do not know how well everything works for other databases. * The database correctly configured in META-INF/context.xml. This implies a jdbc driver for the database you are using. * A SMTP server for sending mail. This should be configured in META-INF/context.xml. * Tomcat 6.0 * You may use a different servlet container, but will need to change !StaticContent in WEB-INF/web.xml to the default servlet of that server. * java-mail's mail.jar and sun-jaf's activation.jar should be placed in Tomcat's global lib folder.