Back to Table of Contents

Brain Teasers Database Design

Java Servlets

Here are some of the java files that I used to serve up my web pages. The HTMLCommon.java code was a module that I called from each servlet. It typed all the HTML code that was common to all the pages. SQLUtil.java held common code used to connect to the database and print out some debug info.

Teaser.java
Search.java
HTMLCommon.java
SQLUtil.java


Back to Table of Contents


by Jake Olefsky - June 2000