Answer Posted / suresh
Struts is based on MVC architecuture.
1. request comes.
2. corrosponding action class will be searched in the struts.xml
3. mapped form-bean will be populated with data.
4. execute method of mapped action servlet will be executed
and result will be mapped in struts.xml with <forward> tag.
5. mapped jsp/html page with forward will be displayed.
Is This Answer Correct ? | 15 Yes | 7 No |
Post New Answer View All Answers
What is struts framework in java?
Is struts efficient?
What are interceptors in struts 2?
What is the difference between struts and spring? Explain
Do you need an alignment after replacing struts?
Which technologies can be used at view layer in struts?
What are the classes used as part of struts framework ?
What are the sections into which a strut configuration file can be divided?
Explain about struts dispatch action?
What are the core components of a struct2 based application?
What are the life cycle methods of interceptor?
What are the core classes of struts?
What are apache struts?
What is the purpose of @urlvalidator annotation?
What is the different actions available in struts?