How we set Bean Id when we are creating web application using SpringMVC and Hibernet Integration
Answer Posted / 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 View All Answers
What is ripple effect?
int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!
What is local interface. How values will be passed?
How can I scroll through list of pages like the search results in google?
What are the types of scaling?
What is the difference between RMI registry and OS Agent?
How would you detect a keypress in a jcombobox?
What is the difference between the session.update() method and the session.lock() method?
What are the different approaches to represent an inheritance hierarchy?
What is the difference between system.out ,system.err and system.in?
How will you pass parameters in RMI? Why do you serialize?
What do you know about seam?
Why are my checkboxes not being set from on to off?
Why is string immutable in java?
What is the map interface?