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/04/22
13:33 UTC
Read the original article
Hit count: 233
java
|connection-pooling
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