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 |
whats is mean by connectionpooling
Write a java program to find out the sum of harmonic series : 1 + ½ + 1/3 + ……… up to nth term , for any value of n.
how the action can be map from jsp page to bean class in mvc1
Is multiple try block is possible in single java Application......
What is waiting state? In what ways a thread can enter into waiting state?
What class is the top of the awt event hierarchy?
which book is better for jdbc ,servlets and jsp
How are the elements of a borderlayout organized?
Will it be called overriding if I do not change the parameters or return type, instead throw a different exception in the method signature.
To identify IDL language what mapping mechanism is used?
what is catalina in tomcat server.
What is in-memory replication?