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 the purpose of form-beans tag in struct-config.xml?
List some bundled validators?
What is actioncontext?
What are the benefits of Struts framework?
Where can I get a copy of struts?
Where can I get help with struts?
What is the purpose of @key annotation annotation?
What is the difference between struts and spring? Explain
What should be the name of xml file used for validation in struts?
Difference between struts and spring?
What is struts2 framework?
What does apache struts do?
What configurations are stored in struts configuration file ?
What is apache struts vulnerability?
What is the use of struts?