Let me add some more information about the issue.
Here are my DAO methods. Both DAO methods are in separate classes which are called from above mentioned Service method.
@Transactional...
Type: Posts; User: parth.bhagat; Keyword(s):
Let me add some more information about the issue.
Here are my DAO methods. Both DAO methods are in separate classes which are called from above mentioned Service method.
@Transactional...
I am using annotation based Spring IOC & Transaction in my web application with Hibernate ORM.
During the development I came across a situation where two separate DAO methods perform database...
Thanks for the reply Marten.
Loaded Spring beans using DispatcherServlet. And that dispatcherservlet-servlet.xml file contains information about bean files. So, do I need to add...
Hello everyone,
I am using Spring 3.0 IOC & MVC with my application. And I came across a requirement that I want a spring bean to be accessed in my Servlet.
So, I made an entry in web.xml (for...