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 Statement Pooling, as described by the jdbc3 spec and jdbc2 std extension..
Here is the list of declaration for c3p0. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>c3p0</groupId> <artifactId>c3p0</artifactId> <version>0.9.0.4</version> </dependency>
If you think this Maven repository POM file listing for c3p0 is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:GNU LESSER GENERAL PUBLIC LICENSE
URL: http://www.gnu.org/licenses/lgpl.txt.
The following table lists the most popular artifacts which are depending on c3p0-0.9.0.4. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
Spring | spring 2.0 Spring Framework | 11 |
Spring | spring 1.2.9 Spring Framework | 27 |
The following packages are defined in the c3p0-0.9.0.4.jar
com.mchange com.mchange.lang com.mchange.util com.mchange.v1 com.mchange.v1.db com.mchange.v1.db.sql com.mchange.v1.identicator com.mchange.v1.io com.mchange.v1.util com.mchange.v2 com.mchange.v2.async com.mchange.v2.beans com.mchange.v2.c3p0 com.mchange.v2.c3p0.filter com.mchange.v2.c3p0.impl com.mchange.v2.c3p0.mbean com.mchange.v2.c3p0.stmt com.mchange.v2.c3p0.subst com.mchange.v2.c3p0.util com.mchange.v2.cfg com.mchange.v2.coalesce com.mchange.v2.codegen com.mchange.v2.codegen.bean com.mchange.v2.codegen.intfc com.mchange.v2.debug com.mchange.v2.holders com.mchange.v2.lang com.mchange.v2.log com.mchange.v2.log.jdk14logging com.mchange.v2.log.log4j com.mchange.v2.naming com.mchange.v2.resourcepool com.mchange.v2.ser com.mchange.v2.sql com.mchange.v2.sql.filter com.mchange.v2.util
Here is the content of the POM file.
<project> <modelVersion>4.0.0</modelVersion> <groupId>c3p0</groupId> <artifactId>c3p0</artifactId> <version>0.9.0.4</version> <name>c3p0:JDBC DataSources/Resource Pools</name> <description> 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 std extension. </description> <url>http://c3p0.sourceforge.net</url> <licenses> <license> <name>GNU LESSER GENERAL PUBLIC LICENSE</name> <url>http://www.gnu.org/licenses/lgpl.txt</url> </license> </licenses> </project>