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 are the some useful annotations introduced in struts2?
What is the procedure of operation of a form tag?
What is the purpose of @requiredstringvalidator?
How to use forward action to restrict a strut application to mvc?
What are the components of struts?
What’s the utilization of struts.xml configuration file?
What is Struts2?
Explain about how requests from the client are sent?
What do you mean by tiles in struts?
Which tag is used to declare constants in struts xml?
What is the use of web xml in struts2?
What is action chaining ?
What is request processor and how does it relates to action mapping?
What is the difference between Jakarta Struts and Apache Struts? Which one is better to use?
Explain about the library tag?