This library provides classes the provide a foundation for database
applications.
{@link com.methodhead.persistable.ConnectionSingleton
ConnectionSingleton} provides access to named database connection
pools. {@link com.methodhead.servlet.ConnectionServlet
ConnectionServlet} can be used to initialize a
ConnectionSingleton in a webapp.
{@link com.methodhead.persistable.Persistable Persistable}
(and its subclass {@link
com.methodhead.persistable.KeyedPersistable KeyedPersistable})
serve as the foundation for objects used to access data in a database.
{@link com.methodhead.test.DbTestCase DbTestCase} is a test case
that uses a ConnectionSingleton to provide database access.
|