> you can get a good connection pooling class from
> http://www.javaexchange.com/ this is class only , no source. Also have a
> look a the Java Servlet Programming book. Jason hunter wrote one
> www.servlets.com
> This book is outdated now and only covers servlet 2.0 but is still a good
> book.
>
> Finally JDBC 2.0 supports the Datastore interface. And with J2EE this is
> supposed to be implemented to provide transparent db pooling. All J2EE app
> servers should support it, you get it through it's JNDI name :)
>

You can get source code to a Connection Pool at:

   <http://www.gjt.org/servlets/JCVSlet/list/gjt/org/gjt/vinny/sql>

I think this one "wraps" the driver.

tim.

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to