Implements the DB Interface for the BugRat
Bug Report and Tracking system.
This package implements the DB Interface for the BugRat
Bug Report and Tracking system. The DB INterface mechanism
allows for the definition of multiple methods of accessing
the BugRat database, while leaving the code unchanged. This
allows for more than one access method, as well as the addition
of new methods without modifying the existing code.
The package currently provides two access methods:
- JDBC Direct access via JDBC
- JServ Accecss via Servlets
@author Tim Endres time@gjt.org
@version 2.3
@see org.gjt.bugrat.db
@see org.gjt.bugrat.dbi
@gjtrel $Name: $
@gjtdate $Date: 1999/07/19 04:02:18 $
@gjtjvm 1.1
@gjtdep org.gjt.bugrat.db
@gjtreq JDBC 1.0
@gjtcat library
@gjtcat jdbc
@gjtcat database
@gjthome http://www.gjt.org/pkgs/bugrat/
@gjtlicense LGPL