----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------

on 7/5/2000 2:47 PM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
wrote:

> Try www.javaexchange.com
> 
> DbConnectionBroker is what we use, excellent tool.

It is amazing that people continue to recommend this thing. It doesn't have
source code and isn't singleton based.

Turbine has a connection pool that is singleton based and comes with source
code. You can get a connection from anywhere in your code. You can also have
multiple pools to multiple databases at the same time. If you grab the
latest of Turbine CVS, you can build _just_ the connection pool code into a
.jar file for use.

cd build; ./build-turbine.sh pool

You will then get a .jar file called turbine-pool.jar that you can use.
There are instructions for using the pool on the Turbine website under the
"Getting Started" section.

<http://java.apache.org/turbine/>

-jon



--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search Archives: 
<http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to