What is Struts Flow?

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


Please Help Members By Posting Answers For Below Questions

Explain the difference between jakarta struts and apache struts?

512


What is struts?

568


Which design pattern the interceptors in struts2 is based on?

483


What is pojo in struts2?

555


What is the purpose of '@keyproperty'?

567






Can you explain custom tag?

565


Are struts and shocks the same?

494


When it’s useful to use IncludeAction?

540


Describe validate() and reset() methods.

593


What is filter dispatcher in struts?

527


What is struts xml?

434


What is actionservlet?

552


What configuration changes are required to use Tiles in Struts?

562


Why is action servlet a singleton in struts?

584


What is execute method in struts?

488