RajiR wrote:
Can't we implement connection pooling in struts2 alone?If so ,may I know the
reason please...!!!

Thanks.


Struts 2 itself doesn't provide a connection pooling implementation and probably shouldn't.

MySql provide a pooled DataSource that you can use immediately. Set it up the same way as your current DataSource
http://dev.mysql.com/tech-resources/articles/connection_pooling_with_connectorj.html

Does that help?

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

Reply via email to