|
datanucleus-connectionpool
provides datasource pooling when used with RDBMS datastores.
It supports use of
Apache DBCP,
C3P0,
Proxool,
BoneCP.
-
Compile Requirement : JDK1.3+
-
Runtime Requirement : JDK1.3+
-
Latest version : 2.0.3
-
Roadmap : Via JIRA
-
License : Apache 2
-
Javadocs : 1.0,
2.0
-
Source : latest
datanucleus-connectionpool
is downloadable as following
datanucleus-connectionpool
is dependent on the following packages of software.
Click on the name to go to the home page for that software to download it.
|
Package
|
Version
|
Description
|
Required?
|
|
datanucleus-core
|
1.0+
|
Provides logging, localisation, and other framework facilities for DataNucleus
|
Yes
|
|
datanucleus-rdbms
|
1.0+
|
Persistence to RDBMS datastores
|
Yes
|
|
commons-dbcp
|
1.1+
|
Apache Commons DBCP. Connection Pooling
|
Yes, if using DBCP
|
|
commons-pool
|
1.1+
|
Apache Commons Pool.
|
Yes, if using DBCP
|
|
commons-collections
|
3.0+
|
Apache Commons Collections
|
Yes, if using DBCP
|
|
c3p0
|
0.9.0+
|
C3P0 Connection Pooling
|
Yes, if using C3P0
|
|
proxool
|
|
Proxool Connection Pooling
|
Yes, if using Proxool
|
|
bonecp
|
0.6.5
|
BoneCP
|
Yes, if using BoneCP
|
|
SLF4J
|
1.5.6
|
SLF4J
|
Yes, if using BoneCP
|
|
Google Collections
|
1.0
|
Google Collections library
|
Yes, if using BoneCP
|
|
|