Answer Posted / nagendra
RequestProcessor is an helper class to
ActionServlet(controller).
Actually ActionServlet is dummy all the work which is done
with the help of RequestProcessor using the method process()
ActionServlet is declarativly defined in web.xml and
RequstProcessor is an predefined class.
we can create our own RequstProcessor class
| Is This Answer Correct ? | 7 Yes | 3 No |
Post New Answer View All Answers
Give an alternative way to protect jsp’s with not much features from direct access.
In which method of action class the business logic is executed?
What are struts in java?
How can we display validation errors on jsp page?
What do you mean by a custom tag?
What is interceptor struts2?
What is apache struts framework?
When should we use SwtichAction?
How is a lookup dispatch action created?
What does action do in struts?
Can a reducer dispatch an action?
What is struts actionmapping?
Why we use struts over servlets?
Why do we need mapdispatchtoprops?
What do you mean by dynaactionform?