1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
Source: libcommons-dbcp-java
Section: libs
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Arnaud Vandyck <avdyk@debian.org>, Michael Koch <konqueror@gmx.de>
Build-Depends: debhelper (>= 4.2.30), cdbs
Build-Depends-Indep: libcommons-pool-java, libcommons-collections-java, junit, ant, java-gcj-compat-dev
Standards-Version: 3.7.2
Package: libcommons-dbcp-java
Architecture: all
Depends: java-gcj-compat | java1-runtime | java2-runtime, libcommons-pool-java, libcommons-collections-java
Description: Database Connection Pooling Services
The DBCP package provides database connection pooling services. The
following features are supported
.
* DataSource and Driver interfaces to the pool.
* Support for arbitrary sources of the underlying Connections.
* Integration with arbitrary org.apache.commons.pool.ObjectPool
implementations.
* Support for Connection validation, expiration, etc.
* Support for PreparedStatement pooling.
* XML configuration.
.
This is a part of the Apache Jakarta Project.
Home: <http://jakarta.apache.org/commons/dbcp/>
|