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 |
What is source and listener?
Do I need to import javlang package any time? Why ?
What is RRL?
Connection Pooling with different type of databases?
can we write implementation for a method with in another method?
Why won’t the jvm terminate when I close all the application windows?
Can you control when passivation occurs?
types of exceptions
I wantr to know, How many number of users logged in to website? can any one answer
What is DTD?
What is the difference between ear, jar and war file?
does j2ee means advanced java