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 synchronization?
what is difference between checked exception & unchecked exception in java?
What is bean? Where can it be used?
what is the port number of RMI?
what are RemoteObjects?
difference between sql exception class and sql warning class
Connection Pooling with different type of databases?
Is “abc” a primitive value?
i have a 1000 objects in data base i need to display those in jsp's how can i retrive those objects in jsp. (consider the performance issue)
How will you pass parameters in RMI? Why do you serialize?
wahts is mean by dynavalidatorform in struts/
difference between applicationserver and webserver