The javadoc is up-to-date but I don't have a list of changes since 1.0.

For pool I know of 2 new features added recently
1) minIdle number of object on GenericObjectPool
http://cvs.apache.org/~dirkv/pool/apidocs/org/apache/commons/pool/impl/GenericObjectPool.html#setMinIdle(int)

2) maxTotal number of object on GenericKeyedObjectPool
http://cvs.apache.org/~dirkv/pool/apidocs/org/apache/commons/pool/impl/GenericKeyedObjectPool.html#setMaxTotal(int)

For DBCP I'm working on a configuration page
http://cvs.apache.org/~dirkv/dbcp/configuration.html

I have also uploaded some UML diagrams for both components:
http://cvs.apache.org/~dirkv/pool/guide/index.html
http://cvs.apache.org/~dirkv/dbcp/guide/index.html

Cheers
Dirk

Todd Carmichael wrote:

Where is the best source of documentation that describes all of the
configuration settings and their uses for the dbcp and the pool packages? I
realize that for the recent coding work that has been done there may be very
little information, but if I could get a list of new settings I could
inspect the code. Thanks


ToddC


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]










---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to