Java Servlets
For the web interface to my database, I chose to use Java Servlets. When I was designing the front-end, I tried
to present as much information as possible while trying to hide any semblence of queries from the user.
Here is the code to a few of my classes:
- A DB Utility class to simplify interaction with the Database
- A Template class to provide the template for each page
- The Artist Page which showed an image, a group's discography, members, etc. (all as links to more info).
Author: Steven van Loben Sels - June 2000