In this post we learn how to use a connection’s pool using the apache commons dbcp2 framework. A connection pool is an object that maintains a pool of opened connections so the application can simply grab one when it needs to, use it, and then hand it back, eliminating much of the long wait of the creation of connections.
from dzone.com: latest front page http://www.dzone.com/links/r/orgapachecommonsdbcp2poolableconnection_example.html
from dzone.com: latest front page http://www.dzone.com/links/r/orgapachecommonsdbcp2poolableconnection_example.html
No comments:
Post a Comment