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 meant by method chaining?

0 Answers  


What modifiers may be used with an inner class that is a member of an outer class?

0 Answers  


What is UniCastRemoteObject and what is its use in RMI?

6 Answers  


diff between jsp include directive and jsp action include?

4 Answers   SolutionNET,


What is the difference between a menuitem and a checkboxmenuitem?

0 Answers  






Howmany interfaces are used in RMI?

2 Answers  


If i learn Java, what kind of applications can i create that will help Banking, Retail, Hotel, Logistics industry.

2 Answers  


What is source and listener?

1 Answers  


What is TL and its use?

0 Answers  


Is it possible to stop the execution of a method before completion in a sessionbean?

0 Answers  


what is the life cycle of jsp?

1 Answers   HCL, ITC Infotech,


Why do threads block on i/o?

0 Answers  


Categories