ECT 433: Survey of Web Programming Technologies

Autumn 2003

Assignment 3

Database access

Due Monday October 20 before 11:30pm

Summary

For this assignment, you will use a database to obtain item information and place an order at a carry out sandwich shop.

Set up

Download and study the starter folder for this assignment. This folder contains a demo application that shows all of the basic database operations needed to complete this assignment. Make sure you register the new restaurant database contained in this folder (it has some minor differences from the restaurant app distributed earlier).

Test to make sure the demo application works.

Requirements

Your Web application should provide the following functionality:

You are responsible for designing the Web application. Attention should be given to creating a usable design with language that is understandable to a common user. You are strongly encouraged to specify the design with paper and pencil before you begin.

Always take an incremental approach as you implement your application!

Submission

You should submit a zip file that includes the contents of your web application files. Use the assignment submission application on the Distance Learning Web site.

If you are completing this assignment with one other student, make sure both names are commented in all html and jsp files. Only one submission is needed.