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 is struts in java with example?
What is the use of resourcebundle.properties file in Struts Validation framework?
Is struts compatible with other java technologies?
What is struts in j2ee?
What do you mean by inner class and anonymous class?
What is the difference between empty default namespace and root namespace?
What is the purpose of form-be tag in struct-config.xml?
What do you mean by action errors and what are the results they force?
What’s the utilization of struts.xml configuration file?
What is the design role played by struts?
What is interceptor? And life cycle methods of interceptor?
What are the advantages of spring mvc over struts mvc?
What are the important methods of actionform?
What is struts? Explain
What are Struts2 core components?