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
What design patterns are used in struts?
What are the main classes which are used in struts application?
What are the struts2 configuration properties that control file uploading process?
What is declarative exception handling in struts?
How many struts config file can be created in struts?
What is the purpose of @conversionerrorfieldvalidator annotation?
Why we use struts over servlets?
What are different ways to create Action classes in Struts2?
What is struts2 namespace?
Is Struts Framework part of J2EE?
What is the purpose of dispatcher result type?
Can you give an overview of how a struts application flows?
Why use struts framework in java?
What is dispatchaction?
Where can I get help with struts?