CSC309 Assignment #3
(due December 6th in tutorial)


Re-implement the requirements for assignment #1 and #2 using Java Servlets running standalone in Tomcat and the Pointbase relational database management system. You must re-implement all of the requirements, including browse and search, shopping cart, and order processing. Poster information will no longer be kept in an XML file, but rather will be maintained in the database. Shopping cart information will also be kept in the database.

Hand in:

As well, your site must correctly function. Using the CDF submit command (submit -N a3 csc309h <files>), submit all the necessary files (as a tarball or not as you please). Include a Makefile that compiles the Java servlet source files into class files. Include a README file containing instructions to the TA for how to get your site up and running. The TAs will mark the assignment using the Tomcat servlet engine in standalone mode on the CDF Linux facility and using Mozilla as the client. Ensure your assignment works on that platform.

Good Luck!