<body>
<p>
This library provides classes the provide a foundation for database
applications.
</p>
<p>
{@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
<tt>ConnectionSingleton</tt> in a webapp.
</p>
<p>
{@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.
</p>
<p>
{@link com.methodhead.test.DbTestCase DbTestCase} is a test case
that uses a <tt>ConnectionSingleton</tt> to provide database access.
</p>
</body>
|