Web Applications at Kx2.us, web interfaces to databases
Here are some web based applications I've developed:
Student Registration System (SRS) is an application that
I had created for a class project. It employs a backend database and uses
Java servlets to interact with the database and provide data to the user.
This application models a university's on line student class registration system.
Click on the link, log in with any of the test username and passwords, and sign
up for some classes!!
KBM Supplies is another application myself and two classmates made for another course project.
It is an e-commerce site, again using servlets and a backend database but also Java beans.
It was created following a model-view-controller (MVC) design pattern. Do you like industrial
supplies?? Well if so then browse the catalog and buy some stuff!
Joke Database is a small application I created.
It is a keyword searchable database of jokes I have kept over the years that I have received via email.
This application uses java servlets and an Interbase backend database. It can handle a gob of keywords, only limited by
a 32,768 character limit on the SQL query length. It displays some related search stats on the starting page.