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
How many times may an objects finalize() method be invoked by the garbage collector?
What’s jboss cache in short?
What are local interfaces? Describe.
In RMI, inorder to sent the stub reference to the client, is we have to load the server object first into the memory or can we directly sent reference to the client?
What is the relationship between local interfaces and container-managed relationships?
What is colon_pkg_prefixes and what is its use?
What is the difference between the session.update() method and the session.lock() method?
Which component handles cluster communication in jboss?
What are the different algorithms used for clustering?
What is clustering? What are the different algorithms used for clustering?
How is a java object message delivered to a non-java client?
What is the diffrence between a local-tx-datasource and a xa-datasource?
What is mdb and what is the special feature of that?
How substring() method of string class create memory leaks?
What is a session? Can you share a session object between different theads?