what are the disadvantages of MVC architecture

Answer Posted / sivadasan

The disadvantage of Struts is , it doesn't have backward
flow.

For example if you are in page-1 and if you want to go to
page-2 then have to call the Action Maping Object of Page-
2. At that time lot of parameters stores in your session.
In case if you want to go back to Page-1 then have to call
Action Mapping object of the Page-1. So now the parameters
will not get reverse.

To avoid this a new framework adde with Struts , that is
WFNM(Web Flow Naviagtion Manager).

I hope it will helpful

Is This Answer Correct ?    4 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is difference between lookupdispatchaction and dispatchaction?

633


What do you mean by dynaactionform?

554


What are the ways in which duplicate form submission can occur?

508


What is an interceptor stack?

577


What does execandwait interceptor?

554






Is Struts Framework part of J2EE?

623


What is the use of jsonvalidation?

601


Explain about struts dispatch action?

552


How do you find the struts version being used in a project?

519


Explain struts?

559


How interceptor works in struts 2?

596


What are action errors and error?

580


Lists the bundled validators in struts?

555


What is strut web xml?

535


how to debug struts project in netbean ?

1923