Jakarta DBCP
DBCP is a database connection pool that relies on code in the Jakarta commons-pool package to provide the underlying object pool mechanisms that it utilizes. Applications can use the DBCP component directly or through the existing interface of their container / supporting framework.
License Apache Software License
HomePage http://jakarta.apache.org/commons/dbcp/
C3P0
C3P0 is an easy-to-use library for augmenting traditional (DriverManager based) JDBC drivers with JNDI-bindable DataSources, including DataSources that implement Connection and Statement Pooling, as described by the jdbc3 spec and jdbc2 standard extensio
License GNU Library or Lesser General Public License (LGPL)
HomePage http://sourceforge.net/projects/c3p0
Proxool
Proxool is a Java connection pool.It transparently adds connection pooling to your existing JDBC driver.
License Other
HomePage http://proxool.sourceforge.net/
0 Comments.