I need to implement a database connection pool and was considering using the 
JNDI facilities provided by the servlet container (in my case, Apache 
Tomcat). Is there a Struts "pattern" for accessing JNDI resources in (a) a 
container neutral manner and (b) without tying my action classes to the 
servlet api or would I be better off creating an independant connection pool 
and injecting it through Spring?

Regards

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

Reply via email to