SourceForge.net Logo

Home
Help
Demo
Download
Features
Research
Developers
  SourceForge Project
Team

 



Developer Introduction


ReserveSport depends on another SourceForge project as a library -- the JSP Survey Library. Before going any further, read that project's Developer Introduction. The instructions include information about setting up Eclipse, the recommended IDE, and if you don't use Eclipse, you'll have to pay attention to the standard code formatting styles and make sure to use them by hand, etc.

If you are a developers, a manual writer, or interested in beta testing at your site, please contact Aaron Powers. This project has been in use at over 4 sites, but we would like to make the public release gradual.

Installing The Software

See the Installation Directions. If you are checking out of CVS, consider the references to "reservesport.war" to instead refer to the CVS repository folder, "ReserveSport/ReserveSportWebapp".

Architectural Overview

There are two main chunks to the program:

  1. The JSP Files (ReserveSport/ReserveSportWebapp/)
  2. The Java files/JSP Tag code (ReserveSport/com/reservesport)