Database Connection Pools

 

 

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/

 


Leave a comment

0 Comments.

Leave a Reply

  • Read this materials also:
  • Collections
  • Command Line tools
  • Code Coverage tools
  • Cache Solutions in Java
  • Code Beautifiers
  • Code Analyzers
  • JAVA Software Download – ByteCode Libraries
  • JAVA Software Download – Aspect-Oriented Frameworks
  • Crawlers in Java
  • JAVA Software Download – Content Management Systems
  • Sitemap   Follow j2eetutorial on Twitter    

    Δ Top