Hello, I have an ongoing difficulty grasping the technical implementation details of connection pooling. I have read quite a few of related articles such as this one and this one, but still not 100% clear. Is connection pooling tied to tomcat, mysql, or the other development frameworks (struts2, spring, hibernate)? I mean do each of these frameworks require special handling to work with cp, or do I implement once and I am good to go using whatever framework I want?
Is there a straightforward example that involves connection pooling with the all the above frameworks?
Thank you in advance.
Kind regards Dim