using JDBCTemplate in Spring How to prove connection object has been closed ?
Saurabh Naik
Ranch Hand
Joined: Apr 24, 2008
Posts: 87
posted
0
using JDBCTemplate in Spring How to prove connection object has been closed ?
while using JdbcTemplate connection get open & close immediately. but how we should come to know that connection get close.
is there any way to proove it ?
SCJP 6 (88%), SCWCD 5 (78%), preparing for SCBCD
Saurabh Naik
Ranch Hand
Joined: Apr 24, 2008
Posts: 87
posted
0
please reply.. its urgent
Rendi Artha
Greenhorn
Joined: Jan 20, 2010
Posts: 29
posted
0
Saurabh Naik wrote:please reply.. its urgent
what exactly you want to do? web based or desktop based app? is it on transaction session or not?
Saurabh Naik
Ranch Hand
Joined: Apr 24, 2008
Posts: 87
posted
0
its a web based app and not on transaction session ..