« 01 June 2004 - The ASF announces Apache Geronimo as an Official Project | Main | 09 June 2004 - Jakarta Commons Pool 1.2 released »

June 09, 2004

09 June 2004 - Jakarta Commons DBCP 1.2 released

The Jakarta Commons team is pleased to announce the release of version
1.2 of the Jakarta Commons DBCP component.

Commons-DBCP provides database connection pooling services. Together
with Commons-Pool it is the default JNDI datasource provider for Tomcat.

There were some new features were added since the 1.1 release on 20
October 2003.

* Performance optimizations for the PoolableConnectionFactory of

BasicDataSource.
* Add BasicDataSourceFactory.createDataSource(Properties
properties) for creating a BasicDataSource.
* Add initialSize parameter to do pre-loading of the connection.
* Refactoring of the DelegatingStatement classes.
* Make some properties dynamic (changeble at runtime), this will
be completed in next release.
* Improvements to the prepared statement pooling.
* Driver specific changes/optimizations for: Oracle, Informix,
DaffodilDB.
* Several fixes for PerUserPoolDataSource
* PoolingDriver uses now a PoolGuardConnectionWrapper by default.
If access to the underlying connection is needed, you have to
enable it:
PoolingDriver.setAccessToUnderlyingConnectionAllowed(true)
* This release contains bug fixes to all known issues.
(see release notes for more info)

The latest binary release is always available on the Jakarta Binary
Downloads page, its source is available from Jakarta Source Downloads
page.

http://jakarta.apache.org/site/binindex.cgi#commons-dbcp
http://jakarta.apache.org/site/sourceindex.cgi#commons-dbcp

----

Project Info -- Apache Commons DBCP

DOAP File

Apache Commons Database Connection Pooling

Releases can be downloaded from http://commons.apache.org/downloads/download_dbcp.cgi

Project Websitehttp://commons.apache.org/dbcp/
Programming LanguagesJava
Categorieslibrary
Mailing Listshttp://commons.apache.org/mail-lists.html
Bug/Issue Trackerhttp://issues.apache.org/jira/browse/DBCP
Project Management CommitteeApache Commons

Access to the source code:

Browsehttp://svn.apache.org/viewvc/commons/proper/dbcp/trunk
SVN Directhttp://svn.apache.org/repos/asf/commons/proper/dbcp
Posted by Tetsuya Kitahata at June 9, 2004 02:37 AM
http://www.apachenews.org/archives/000353.html
[ Category : Apache Jakarta ] (PDF)(XML)