Connection Pooling in J2SE?

Posted by Zombies on Stack Overflow See other posts from Stack Overflow or by Zombies
Published on 2010-03-07T14:42:38Z Indexed on 2010/03/08 0:30 UTC
Read the original article Hit count: 533

Filed under:
|

It is hard to find a resource on this without finding J2EE, but here is what I am looking for:

All I have is a standard J2SE app, it makes a lot of DB connections. I simply need to make use of a connection pool. Any suggestions?

© Stack Overflow or respective owner

Related posts about java

Related posts about connection-pooling