Most appservers have their own connection pooling built-in and automatic
registration with JNDI.

For instance, Tomcat 4.x uses Exolab's Tyrex (tyrex.exolab.org).  This is
probably your best solution, then you can just register your datasource as a
resource entry in your web.xml and grab it using JNDI.

This is probably the easiest way, rather than trying to couple one with your
application.

Matt

--- [EMAIL PROTECTED] wrote:
> Does anyone know of a decent (recommended for production) open source
> implementation of JDBC DataSource or so other connection pooling mechanism.  
> 
> thanks.
> 
> bilal
> 
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
> 


__________________________________________________
Do You Yahoo!?
Yahoo! Greetings - Send FREE e-cards for every occasion!
http://greetings.yahoo.com

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

Reply via email to