Answer Posted / cokekrish
The class org.apache.struts.action.ActionServlet is called
ActionServlet.This class plays the role of controller. All
the requests to the server goes thorugh the controller. It
is responsible for handling all the requests.
Action is part of Model. The purupose of Actionclass is to
translate the HttpServletRequest to the business logic. To
use Action we need to subclass and overwrite the execute()
method. all database and business processing are done here.
| Is This Answer Correct ? | 17 Yes | 5 No |
Post New Answer View All Answers
What helpers in the form of jsp pages are provided in struts framework?
What are the core classes of struts?
What is the use of Struts.xml configuration file?
Is struts 1 still supported?
Explain about the validation steps which have to be carried during validation of client-side address?
Explain integrate log4j in struts2 application?
What’s the utilization of struts.xml configuration file?
What are the differences between Struts1 and Struts2 or how Struts2 is better than Struts1?
What is the purpose of constant tag in struts.xml?
in struts how to use hibernate with struts>
What are the core classes of struts framework? Explain
Define struts?
how to debug struts project in netbean ?
How action-mapping tag is used for request forwarding in struts configuration file?
How many action classes can be used in struts application?