COMS W4111 Database Systems
Fall 2004

Programming Project 1
(Tutorials)

Section 1: Java, Servlets and JDBC

A simple, "hello, world" servlet is here, and its source.
A servlet that can make database connections is here, and its source.
A servlet that generates an HTML form that can invoke another servlet (see next servlet) is here, and its source.
A servlet that can handle an HTML form submission, perform database queries, and produce an HTML response is here, and its source.


Section 2: Perl/CGI scripts

An html form that invokes a simple Perl/CGI script

Section 3: C++/CGI program

A sample C++/CGI program and associated Makefile.