This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes JDBC and the fly likes Connection Pooling Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "Connection Pooling" Watch "Connection Pooling" New topic
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
    
  78

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.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Connection Pooling
 
Similar Threads
JDBC 3.0 api Connection pooling
j2ee tranasctions
Connection closing - pooling, without pooling.
Connection Pooling Managment
JDBC driver not loaded...class loader problem?