| Author |
Connection Pool setup
|
Vineet Yekurde
Greenhorn
Joined: Jul 15, 2012
Posts: 6
|
|
Hi All,
I am newbie to employ Connection Pool in JDBC.
Googled a lot about it but got nothing other than some buzzwords like Datasource, ConnectionPoolDataSource. Reading number of webblogs on this confused me.
Can anybody here give a step by step guide to help make use of connectionPool in java ?
Appreaciating quick replies ..
Thanks in advance.
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26173
|
|
|
The first thing to decide is which connection pool. Are you using a server that provides one? If not ware you using dbcp (an open source connection pool) or something else?
|
[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
|
 |
 |
|
|
subject: Connection Pool setup
|
|
|