jdbc connection pooling
Posted
by llm
on Stack Overflow
See other posts from Stack Overflow
or by llm
Published on 2010-05-14T14:55:05Z
Indexed on
2010/05/14
15:14 UTC
Read the original article
Hit count: 299
Can anybody provide examples or links on how to establish a JDBC connection pool?
From searching google I see many different ways of doing this and it is rather confusing.
Ultimately I need the code to return a java.sql.Connection
object, but I am having trouble getting started..any suggestions welcome.
© Stack Overflow or respective owner