How we set Bean Id when we are creating web application using SpringMVC and Hibernet Integration
Answer Posted / varun
This should be added in the spring xml configuration file.
<bean id="..." class="...">
<!-- collaborators and configuration for this bean go here -->
</bean>
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the RMI and Socket?
What is threadfactory?
How will you pass parameters in RMI? Why do you serialize?
What do you know about seam?
What is a modular application? What does module-relative mean?
Is the session factory thread safe?
What is ioc concept & explain it?
What is the infobus?
What is the difference between the session.update() method and the session.lock() method?
What is a tasks priority and how is it used in scheduling?
Difference between swing and awt?
What are the call back methods in entity bean?
What is the difference between the session.get() method and the session.load() method?
What are the pros and cons of detached objects?
What is re-entrant. Is session beans reentrant. Is entity beans reentrant?