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
What are the action classes in struts?
Is Struts Framework part of J2EE?
How can we write our own interceptor and map it for action?
What is the difference between struts1 and struts2?
What is Custom Type Converter in Struts2?
What are result types in struts?
What are the differences between http direct and http indirect?
What are the two different types of validations that the validator framework supports?
What is the difference between struts and spring?
What is the difference between Jakarta Struts and Apache Struts? Which one is better to use?
What is the purpose of action tag in struts.xml?
What is the purpose of @after annotation?
What is the purpose of @expressionvalidator annotation?
When do I need “struts.jar” on my classpath?
What is declarative exception handling in struts?