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 action chaining ?
What are pull and push mvc architecture and which architecture does struts2 follow?
What is the purpose of @beforeresult annotation?
Explain design patterns which is used in struts?
What inbuilt themes are provided by struts2?
What is action support class in struts2?
Explain the complete struts validator framework.
How exceptions are handled in struts application?
What does action do in struts?
Which interceptor is responsible for file upload support?
Why actionservlet is singleton in struts?
Are interceptors and filters different?
How can link tag’s action attribute be used?
What is strut web xml?
What is the purpose of @action annotation?