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

Are interceptors thread safe?

572


Why it called struts?

561


What are the classes used as part of struts framework ?

526


How to use forward action to restrict a strut application to mvc?

597


What is the purpose of @after annotation?

594






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

2536


Explain struts?

559


How can link tag’s action attribute be used?

526


What is the use of resourcebundle.properties file in Struts Validation framework?

578


Who wrote struts?

556


How we can install struts?

558


What is dispatchaction?

630


What is the purpose of @conversion?

607


What are the two scope types for formbeans?

613


What is the difference between forwardaction and includeaction?

535