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

How substring() method of string class create memory leaks?

0 Answers  


Why does the option tag render selected=selected instead of just selected?

0 Answers  


What if the static modifier is removed from the signature of the main method?

0 Answers  


What are the different methods of identifying an object?

0 Answers  


what is the RMI / IIOP?

3 Answers  






Why a client should be multithreading? Explain.

0 Answers  


whats is mean by tiles in struts

2 Answers   SolutionNET,


Why are my checkboxes not being set from on to off?

0 Answers  


What happens when a thread cannot acquire a lock on an object?

0 Answers  


whats is statement and procedure

0 Answers   TCS,


what are RemoteObjects?

0 Answers   Wipro,


How to do registration form using struts and hibernate?

1 Answers  


Categories