How to configure connection pooling with Spring and Hibernate?
Thanks
Venu
If you're running in a web application container, use the built-in connection pooling of your container.
Otherwise, use Apache DBCP: http://commons.apache.org/dbcp/