Answer Posted / balachandar.s
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 ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the purpose of @result annotation?
What is struts-default package and what are it’s benefits?
How we can install struts?
What is the use of form bean in struts?
What are the contents on web.xml in struts application ?
What is controller in struts2?
In struts, how can we access java beans and their properties?
What is includeaction?
What are the life cycle methods of interceptor?
What are inner class and anonymous class?
How can you create your custom interceptor in struts 2?
Which file is used by controller to get mapping information for request routing?
What are the core components of a struct2 based application?
What is DynaActionForm?
How do you find the struts version being used in a project?