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 is a custom tag?
Can explain about the validations and in your project where did u used the validations?
How are interceptors and servlet filters different?
What is the purpose of @after annotation?
How many struts config file in a struts application?
What are struts in java?
List the important attribute and elements of action mapping under struts.
Do you need an alignment after replacing struts?
how to develop the submit and search operations in single jsp using struts?
For a single Struts application, can we have multiple struts-config.xml files?
Where can I get a copy of struts?
What is the life cycle of actionform?
What is struts and springs in java?
What is the configuration files used in struts?
What is struts?