- All Implemented Interfaces:
- ConnectionPoolFactory
public class DBCPBuiltinConnectionPoolFactory
extends AbstractConnectionPoolFactory
Plugin for the creation of a DBCP connection pool.
Note that all Apache DBCP classes are named explicitly in the code to avoid loading
them at class initialisation.
(see http://jakarta.apache.org/commons/dbcp/)
Also see
http://jakarta.apache.org/commons/dbcp/apidocs/org/apache/commons/dbcp/package-summary.html#package_description
for javadocs that give pretty much the only useful description of DBCP.