Answer Posted / giridhar
Struts framework, gives you control over your application
develpment with MVC Design pattern. Divide and conquer
methodology. Presentation, Processing and Control flow are
divided and written separately. Presentation tier mostly
consists of JSP's at user input and output level. Control
will be your action servlet, processing will be taken care
in Model.
| Is This Answer Correct ? | 25 Yes | 4 No |
Post New Answer View All Answers
What is the difference between validation.xml and validator-rules.xml files in struts?
What's the purpose of execute method of action class?
How long do struts last?
What are the struts2 error message keys that can come during file uploading process?
What is an interceptor stack?
What is action servlet in struts?
Explain the components of struts?
What is the purpose of @result annotation?
Give an example of validates method used to avoid errors.
How to convert struts to spring mvc?
What is the flow of requests in struts based applications?
What do you mean by dynaactionform?
What is the purpose of @customvalidator annotation?
What are the steps required for setting up validator framework in struts?
What is the purpose of @after annotation?