| Author |
Connections issue
|
Miltos Tereres
Ranch Hand
Joined: Sep 04, 2009
Posts: 32
|
|
Hello...
I have some classes within my model...which do some tasks..
For connections i use apache connection pooling stuff....
My question is..
getblabla() and getall() is ok to get a new connection from the pool ? Is there a better way to just use one connection as long as the servlet is being executed?
|
 |
Sagar Rohankar
Ranch Hand
Joined: Feb 19, 2008
Posts: 2896
|
|
As you're using DBCP, then getting and releasing connection object in each method is good and widely used technique.
Actually, what you need is good tutorial on DAO and DTO, for this, follow:
http://balusc.blogspot.com/2008/07/dao-tutorial-data-layer.html
|
[LEARNING bLOG] | [Freelance Web Designer] | [and "Rohan" is part of my surname]
|
 |
 |
|
|
subject: Connections issue
|
|
|