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 purpose of the notifyall() method?
What value does read() return when it has reached the end of a file?
How messaging services are done, before release of JMS?
What is table mutation and how do you avoid it?
Difference between DurableSubscription and non- DurableSubscription?
What is a modular application? What does module-relative mean?
Brief description about local interfaces?
What is a sessionfactory? Is it a thread-safe object?
In RMI, inorder to sent the stub reference to the client, is we have to load the server object first into the memory or can we directly sent reference to the client?
What is an abstract method?
Explain what is orm?
What is the difference between long.class and long.type?
What is ioc concept?
Describe, in general, how java's garbage collector works?
What you mean by COM and DCOM?