I have a J2EE web application which uses Spring3 framework and will eventually be deployed on WebSphere Application Server 8.5. We wanted to implement some pooling for our web application. However, both Spring3 and WebSphere Application Server has support for pooling.
Should we use the pooling provided by Spring3 or should we use the one provided by WebSphere? Which is more efficient to use?
Thanks!