quu

JDBC Connection Pool

May 29, 2011 01:22

I made a quick JDBC connection pool... can anybody who knows Java read it over for me?
http://otakuvideo.com/~quu/DBConn.java.txt (updated)

this is meant to be a simple JDBC connection pool implementation for a java app that only connects to one DB and can't count on the container having a pool already
Previous post Next post
Up