How we set Bean Id when we are creating web application using SpringMVC and Hibernet Integration
Answer / 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 |
What you mean by COM and DCOM?
Where can I find seam examples and documentation?
What are the difference between RMI and CORBA?
Why threads will block on I/O?
what is a portable component?
How a component can be placed on Windows?
What is a session? Can you share a session object between different theads?
whats is mean by object and class?
What is a tasks priority and how is it used in scheduling?
What is the purpose of the notify() method?
How many JSP scripting elements and what are they?
difference between apllet and interface class