Group Members
Eddie Perez, Nate Loontjer, Wesley Reinhart, Adam Mead
05-02-2002
Here is the code for the additional 'weather' functionality...
weather.zip
Latest Update - 04-25-2002
CS451Project.zip
Project Website
Update - 04-01-2002
ImplementationStatusReport.doc
ClassDefinitions
Update - 03-26-2002
Here are the latest files. The 'ProjectFiles.zip' file contains all current project files. As of now, the Server can
successfully connect to the database. The Applet can successfully connect to the Server. The Applet can correctly log in
a user. Also, many of the search functions for querying the database have been written in the Server, they just need to
be tested and refined. As you may notice, the GUI for the Applet is not 100% functional yet, but the code is in place and
everything should be taken care of soon.
DatabaseAndRelationships.doc
ProjectFiles.zip
TestCase.doc
TestingDescriptions.doc
Update - 03-19-2002
Deployment Diagram.
Component Diagram.
Update - 03-07-2002
The Applet is well under way. It can now connect to the remote server. It can also (sort
of) log in a user.
Package Diagram Glossary of Terms
Update - 02-26-2002
Here is the source code for Server.java, the server side of our Tennis Court Reservation
System. It will interface with the latest version of the database, Tennis.mdb (The password
is 'cs451'). Tennis.mdb
contains tables for membership info, each tennis court (there are 5), and each available trainer (there are 3).
Further requirements are listed in the Server.java file.
old_tennis.mdb
This database will hold all the information for our web-based application for managing a tennis court reservation system.
Project1.doc
Here is a screenshot of the database.
Java Code.doc
Here are screenshots of some of the provided Java code, as well as a shot of the program in action.
New Info - 02/19/2002
Requirement Analysis and Specification.doc
Data Collection
A simple example of some database connectivity.
Cs451.java
Class Diagram
Sequence Diagram
UML Diagram