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 java code Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "Connection Pooling java code " Watch "Connection Pooling java code " New topic
Author

Connection Pooling java code

pratapsiva sivakumar
Greenhorn

Joined: Nov 10, 2008
Posts: 18
I want to implement connection pooling using jdbc code for MySql database.I am using tomcat web server.Please someone can you give me the connection pooling java code and a brief description on conection pooling.
Sagar Rohankar
Ranch Hand

Joined: Feb 19, 2008
Posts: 2896
    
    1

http://tomcat.apache.org/tomcat-6.0-doc/jndi-datasource-examples-howto.html


[LEARNING bLOG] | [Freelance Web Designer] | [and "Rohan" is part of my surname]
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Connection Pooling java code
 
Similar Threads
socket write error
Tomcat 5.0 shared class loader and Oracle JAR
Connection Pooling
Application Scope Variable
Connection Pooling Managment