标签: spring websphere spring-3 pool
我有一个使用Spring3框架的J2EE Web应用程序,最终将部署在WebSphere Application Server 8.5上。我们想为我们的Web应用程序实现一些池化。但是,Spring3和WebSphere Application Server都支持池化。
我们应该使用Spring3提供的池还是应该使用WebSphere提供的池?哪个使用效率更高?
谢谢!