|
Java Open Source Projects
|
c3p0: JDBC DataSources & Resource Pools
c3p0 is an easy-to-use library for augmenting traditional (DriverManager-based) JDBC drivers with JNDI-bindable DataSources, including DataSources that implement Connection and Sta... Apache Commons Pool Pool provides an Object-pooling API, with three major aspects: A generic object pool interface that clients and implementors can use to provide easily interchangable pooling imp... Proxool Proxool is a Java connection pool. It's not rocket science but we've been doing it since 2001 and we've ironed out a lot of problems. Development has slowed down considerably over ... Primrose Primrose is a mature open source database connection pool; written in Java; for standalone and web-based Java applications. Features include : Optional notification of crisis... DDConnectionBroker DDConnectionBroker is a simple, light database connection-pooling tool for Java developers. The DDConnectionBroker has a simple contract with you, the developer: DDConnection... Apache DBCP Many Jakarta projects support interaction with a relational database. Creating a new connection for each user can be time consuming (often requiring multiple seconds of clock time)... SmartPool SmartPool is a connection-pooling component modeled on pooling features provided by Application Server. SmartPool makes an attempt to solve critical issues like connection leaks, c... DBPool - Java Database Connection Pooling DBPool is a Java-based database connection pooling utility, which supports time-based expiry and statement caching, connection validation, and easy configuration using a pool manag... XAPool XAPool is Another Pool!. This software allows to pool objects, JDBC connections and XA connections. |