Reputation: 3407
I want to use Server Managed connection pool in my web application,Now i'm using JdbcTemplate to get the connection.How to get the datasource from the WebSphere and use in my application.
I googled but got confused with JndiTemplate and JdbcTemplate..
Upvotes: 3
Views: 6518
Reputation: 68278
A good guide to Websphere + Spring can be found at Using Spring and Hibernate with WebSphere Application Server
Upvotes: 4