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 |
difference between applicationserver and webserver
Is multiple try block is possible in single java Application......
Can I run seam with jdk 1.4 and earlier?
What restrictions are placed on the values of each case of a switch statement?
What is Lock Based Protocol and what is its use?
What is the difference between RMI registry and OS Agent?
How would you reatach detached objects to a session when the same object has already been loaded into the session?
How primary key is implemented in Oracle?
Dear freinds... I want to know how to write self mapping for a table using hibernate?
What is waiting state? In what ways a thread can enter into waiting state?
java is fully object oriented languages or not? why?
Write a program on RMI and JDBC using StoredProcedure?