Mr.Chowdary
Mr.Chowdary

Reputation: 3407

Using jndi in spring with WAS?

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

Answers (1)

Robert Munteanu
Robert Munteanu

Reputation: 68278

A good guide to Websphere + Spring can be found at Using Spring and Hibernate with WebSphere Application Server

Upvotes: 4

Related Questions