Library
Apache Jakarta Commons DBCP version 1.2.1
There are several Database Connection Pools already available, both within Jakarta products and elsewhere. This Commons package provides an opportunity to coordinate the efforts required to create and maintain an efficient, feature-rich package under the ASF license. The commons-dbcp package relies on code in the commons-pool package to provide the underlying object pool mechanisms that it utilizes.
Statistics
Packages
Comments
Books
Packages
NameDescription
org.apache.commons.dbcp

Database Connection Pool API.

org.apache.commons.dbcp.cpdsadapter

This package contains one public class which is a ConnectionPoolDataSource (CPDS) implementation that can be used to adapt older Driver based jdbc implementations.

org.apache.commons.dbcp.datasources

This package contains two DataSources: PerUserPoolDataSource and SharedPoolDataSource which provide a database connection pool.

org.apache.commons.jocl

Java Object Configuration Language, an XML application for describing Java Objects to be instantiated.

Search