Explain architecture of struts2?
No Answer is Posted For this Question
Be the First to Post Answer
what are tiles in struts?
Why was reload removed from struts (since 1.1)?
What are pull and push mvc architecture and which architecture does struts2 follow?
What are the features of struts 2?
Why aren’t the struts tags maintained as part of the jakarta taglibs project ?
Explain the complete struts validator framework.
why we are using vo,dao and dto design patterns in struts framework
Are struts thread safe?
What is used to display the intermediate result in an interceptor?
Explain about struts relation to html tags?
What is java 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.