HW8 - CS2a/Sum09
Due: Thursday 6/18/2009
- You are to create a folder hw8 containing several files that define servlets operating
on a database table:
- init.servlet - this should create a database table (with a name unique to you) and it should also
define a template to be used for this assignment.
-
main.servlet - this page contains a form that gets some information from the user and sends it to
store.servlet. The form should use checkboxes, radio buttons, and a select element.
-
store.servlet - this takes the information from the user and stores it in the table
-
summary.servlet - this provides some summary views of the information in the tabloe
-
debug.servlet - this shows all of the rows in the table
The purpose of this assignment is to give you the opportunity to write servlets that
create database tables, insert data into database tables, and select data from a
database table.