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 RPC?
What is a convertor?
how to make a index.jsp for running the site in internet and find an error for connection with weblogic server and java that give an error invalid object name.and how to maintain session.
In our urls and in the text of the buttons we have comma. Its causing an error. Is there a way to change the delimiting character for the menu arguments?
difference between applicationserver and webserver
function of extends and implements keywords?
How do u supress the parameters from the displaying in the url?
How will you pass parameters in RMI? Why do you serialize?
if i know the lenght of collection in hand, should I use Array or Arraylist? justify
What is the difference between system.out ,system.err and system.in?
Is multiple try block is possible in single java Application......
What is an abstract method?