in struts without integrate hibernate how to use directly
explain?
Answer / suresh royal
If u want connect with DB by using hibernate then we must integrate struts and hibernate otherwise just we can use JDBC also for connecting DB from struts
| Is This Answer Correct ? | 0 Yes | 2 No |
How do you customize ActionServlet?
What is request processor and how does it relates to action mapping?
What are different ways to create Action classes in Struts2?
why servlet is used as controller not JSP?
What are the core classes of struts framework? Explain
What are the two different types of validations that the validator framework supports?
Which model components are supported by Struts?
Can we have multiple struts-config files in a single web app? If yes why should we have them? Will multiple copies make any impact on performance?
What’s the utilization of struts.xml configuration file?
What is the forward action utilized for?
Can you explain aware interfaces in struts2?
Can we have more than one struts-config.xml file for a single struts application?