is it a good practice?

2003-05-27 Thread Jose Euclides da Silva Junior - DATAPREVRJ
I am using the package CPDS ( connection pooling ) into my init() method of
my servlet, which is called from an initial jsp form.Is it really a good
practice, since i am building a small system.
Regards,
Euclides.  


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: is it a good practice?

2003-05-27 Thread Emerson Cargnin
I use other connection pool framework, http://www.bitmechanic.com/.
I have a ConnManager servlet, which uses a static Class to configure the 
pools (by the web.xml params).  The others apps just call a static 
method in my class to get the connection. in this way i decouple the 
connection management from the apps and I can Update , manage and 
test the connections pools from this servlet.

Jose Euclides da Silva Junior - DATAPREVRJ wrote:

I am using the package CPDS ( connection pooling ) into my init() method of
my servlet, which is called from an initial jsp form.Is it really a good
practice, since i am building a small system.
Regards,
Euclides.  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
 

--
Emerson Cargnin
Analista de Sitemas
Setor de Desenvolvimento de Sistemas - TRE-SC
tel : (048) - 251-3700 - Ramal 3181


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]