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
Name some of the features of struts2?
What does it cost to replace struts?
What are the important methods of actionform?
What are best practices to follow while developing Struts2 application?
What do struts do?
What are the struts2 error message keys that can come during file uploading process?
What is jakarta struts framework?
What are Struts2 core components?
How is forward action used for integration?
What is role of actionservlet?
Explain the life cycle of a request in struct2 application?
how to connect from struts to database through hibernet and where u can modify the class
What are the two scope types for formbeans?
Who makes the struts?
What is the purpose of @keyproperty annotation annotation?