What is Struts Flow?

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


Please Help Members By Posting Answers For Below Questions

What is the purpose of @result annotation?

622


What are the sections into which a strut configuration file can be divided?

550


What is the purpose of @element?

580


What is the purpose of @validations annotation?

563


What is the difference between shocks and struts?

498






How can we group related actions in one group in Struts?

557


How is declarative handling of exceptions done in struts ?

476


What are the custom tags?

528


How many Action classes have been used in your project? Differences between struts 1.1 and 1.3?

2530


What is struts-default package and what are it’s benefits?

573


Can you give an overview of how a struts application flows?

524


How does one create an action in struts 2?

523


What is includeaction?

579


What is the use of web xml in struts2?

521


What is the use of jsonvalidation?

593