What is the difference between RequestProcessor and
RequestDispatcher?
Answers were Sorted based on User's Feedback
Answer / sureshkumar c
I explained based on my experience.You can findout samples
in roseindia.net.If u want to integrate spring with ur
struts application u r suppose to customize
RequestProcessor class.
| Is This Answer Correct ? | 0 Yes | 6 No |
What are the core classes of the struts framework?
What is the difference between a Strut and a Class?
What is struts 2 framework in java?
Is struts efficient?
What are the bundled validators?
What are Struts properties?
Can a reducer dispatch an action?
What is the purpose of @beforeresult?
What is the different actions available in struts?
What is struts? Explain
Explain about struts?
In ActionClass we can use only one action i.e execute(), but in DispatchAction we can use multiple actions.My question is , we can use multiple actions in Action class if(action.equals("add") if(action.equals("update"). Then when to use Action and DispatchAction which is frequently in webapplications.