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 are the action classes in struts?

760


Is Struts Framework part of J2EE?

775


How can we write our own interceptor and map it for action?

789


What is the difference between struts1 and struts2?

721


What is Custom Type Converter in Struts2?

844


What are result types in struts?

758


What are the differences between http direct and http indirect?

677


What are the two different types of validations that the validator framework supports?

712


What is the difference between struts and spring?

694


What is the difference between Jakarta Struts and Apache Struts? Which one is better to use?

777


What is the purpose of action tag in struts.xml?

731


What is the purpose of @after annotation?

799


What is the purpose of @expressionvalidator annotation?

787


When do I need “struts.jar” on my classpath?

739


What is declarative exception handling in struts?

758