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

What is abstract schema?

0 Answers  


Write a program on RMI and JDBC using StoredProcedure?

1 Answers  


what is singleton class? where it mainly used in the projects?

5 Answers   Satyam, Wipro,


Explain the stub's and skeleton's functionality?

7 Answers  


What are preemptive scheduling and time slicing and what is the difference between them?

1 Answers  






what are RemoteObjects?

0 Answers   Wipro,


What happens when we invoke a thread?s interrupt method while it is in sleeping or waiting condition?

1 Answers  


Why is string immutable in java?

0 Answers  


How to add new JTabbed pane?

1 Answers  


What must a class do to implement an interface?

0 Answers  


What are the high-level thread states?

1 Answers  


difference. between List and Set?

2 Answers   Campus Interaction, HCL, Infotech,


Categories