How we set Bean Id when we are creating web application using SpringMVC and Hibernet Integration



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

Post New Answer

More Advanced Java Interview Questions

difference between applicationserver and webserver

4 Answers   SolutionNET,


Is multiple try block is possible in single java Application......

3 Answers  


Can I run seam with jdk 1.4 and earlier?

0 Answers  


What restrictions are placed on the values of each case of a switch statement?

0 Answers  


What is Lock Based Protocol and what is its use?

2 Answers   Wipro,


What is the difference between RMI registry and OS Agent?

0 Answers  


How would you reatach detached objects to a session when the same object has already been loaded into the session?

0 Answers  


How primary key is implemented in Oracle?

0 Answers  


Dear freinds... I want to know how to write self mapping for a table using hibernate?

1 Answers   Cap Gemini,


What is waiting state? In what ways a thread can enter into waiting state?

2 Answers   Wipro,


java is fully object oriented languages or not? why?

12 Answers   HCL,


Write a program on RMI and JDBC using StoredProcedure?

1 Answers  


Categories