| Author |
Connection Pooling
|
Gustavo Santos
Ranch Hand
Joined: Jan 22, 2009
Posts: 40
|
|
Hi everyone,
I was wondering if there's a way that I can make a connection pooling without using the context.xml file. I mean, without using a xml file at all, only classes... is this possible? if so, how could I do such a task?
Thanks in advance,
Gus.
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26496
|
|
Gus,
Good question. You can use a standalone Java connection pool like dbcp to do that.
|
[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
|
 |
Gustavo Santos
Ranch Hand
Joined: Jan 22, 2009
Posts: 40
|
|
Jeanne Boyarsky wrote:Gus,
Good question. You can use a standalone Java connection pool like dbcp to do that.
Thank you so much Jeanne, this definitely helped me.
Cheers.
|
 |
 |
|
|
subject: Connection Pooling
|
|
|