Whats the advantage of using jnditemplate over initialcontext .....
to access a resource using JNDI..???
Tx![]()
Whats the advantage of using jnditemplate over initialcontext .....
to access a resource using JNDI..???
Tx![]()
It does the cleanup for you, following the established template approach used elsewhere in Spring. So it is easy to use, test and understand for one familiar with Spring.
Besides that it is used by various Jndi-aware factory beans.
Regards,
Andreas
Thanks Andreas !!!![]()