File: control

package info (click to toggle)
libcommons-dbcp-java 1.2.1-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,456 kB
  • ctags: 1,856
  • sloc: java: 9,299; xml: 1,210; makefile: 13
file content (25 lines) | stat: -rw-r--r-- 1,090 bytes parent folder | download
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
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>
Build-Depends-Indep: debhelper (>> 4.0.0), libcommons-pool-java, libcommons-collections-java, junit, cdbs, libant1.6-java, kaffe, jikes-kaffe
Standards-Version: 3.6.1

Package: libcommons-dbcp-java
Architecture: all
Depends: sablevm | kaffe (>= 1:1.1.3) | 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/>