|
INTERVIEW QUESTIONS
J2EE
SERVLET
DETAILS
Question: How to integare struts and hibernate
Answer: The Hibernate core provides optional components for certain common integration scenarios, including integration with JTA, JNDI-bound datasources, JMX, JCA, and the transaction managers of all popular application servers. In addition, some frameworks like Spring and Keel ship with built-in Hibernate support, and plugin support is available for others including Tapestry, Apache Avalon, and PicoContainer. JBoss Application Server features special support for Hibernate archive deploymentand integration of Hibernate as a JMX-managed component. Check out a tutorial on http://www.laliluna.de/struts-hibernate-integration-tutorial-en.html for the details.
|
|
|
Category |
Servlet Interview Questions & Answers -
Exam Mode /
Learning Mode
|
Rating |
(0.3) By 8473 users |
Added on |
7/17/2011 |
Views |
70464 |
Rate it! |
|
|
Question:
How to integare struts and hibernate
Answer:
The Hibernate core provides optional components for certain common integration scenarios, including integration with JTA, JNDI-bound datasources, JMX, JCA, and the transaction managers of all popular application servers. In addition, some frameworks like Spring and Keel ship with built-in Hibernate support, and plugin support is available for others including Tapestry, Apache Avalon, and PicoContainer. JBoss Application Server features special support for Hibernate archive deploymentand integration of Hibernate as a JMX-managed component. Check out a tutorial on http://www.laliluna.de/struts-hibernate-integration-tutorial-en.html for the details. Source: CoolInterview.com
If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
- There should not be any Spelling Mistakes.
- There should not be any Gramatical Errors.
- Answers must not contain any bad words.
- Answers should not be the repeat of same answer, already approved.
- Answer should be complete in itself.
|
|
Related Questions |
View Answer |
|
After converting jsp into servlet which methods are present i.e all 6 methods(jspinit(),_jspService(),jspDestroy(),init(),service(),destroy()) or only 3 methods i.e either jsp life cycle methods or servlet lifecycle methods
|
View Answer
|
|
Servlet is Java class. Then why there is no constructor in Servlet ? Can we write the constructor in Servlet
|
View Answer
|
|
What is a Singleton class. How do you write it ?
|
View Answer
|
|
How many ServletConfig and servlet context objects are present in one application?
|
View Answer
|
|
What is difference between Servelt and Applet
|
View Answer
|
|
How the server will know (i.e) when it can invoke init, service,destroy methods of servlet life cycle?
|
View Answer
|
|
What method used to add a jsp to the servlet
|
View Answer
|
|
What is the need of super.init(config) in servlets?
|
View Answer
|
|
What is the importance of deployment descriptor in servlet?
|
View Answer
|
|
What methods will be called in which order? ((i.e)service(),doget(),dopost())
|
View Answer
|
|
When you have action=get?
|
View Answer
|
|
Can a init(ServletConfig config) method be overrided in servlets?
|
View Answer
|
|
Is servlet is used to create a dynamic webpage or Static webpage or both?
|
View Answer
|
|
We have two applications in that we have two servlets each.How they(servlets) communicate with each other ?
|
View Answer
|
|
How will u pass the argument from one servlet to another servlet?
|
View Answer
|
|
What is the super class of All servlets?
|
View Answer
|
|
Types of Servlets?
|
View Answer
|
|
I want to know how to encode textbox in servlet so we find complete column information from the database
|
View Answer
|
|
What are the JSP atrributes?
|
View Answer
|
|
How much amount of information will be stored within a session
|
View Answer
|
Please Note: We keep on updating better answers to this site. In case you are looking for Jobs, Pls Click Here Vyoms.com - Best Freshers & Experienced Jobs Website.
View All Servlet Interview Questions & Answers - Exam Mode /
Learning Mode
|