what are the disadvantages of MVC architecture
Answers were Sorted based on User's Feedback
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 |
Answer / anjani kumar jha
There is no alternate of MVC......
So instead of looking the disadvantage look the positive
aspect of MVC...........
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / sdf
that the old-scool programmers loose their job.
All in all it could make things harder if your application
is small, recomend you google to find something about it.
| Is This Answer Correct ? | 1 Yes | 6 No |
How many instances of servlet usually run in a struts application ?
What is actionservlet?
What is validate() and reset() functions?
What are pull and push mvc architecture and which architecture does struts2 follow?
Give the details of xml files used in validator framework?
how to develop the submit and search operations in single jsp using struts?
Please can you tell me ,where can we used the MVC other than web applications.
Is it possible to create mulitple instance of one Action Class in struts?
what is request processor class ?
What is the difference between struts and spring? Explain
Do we need to pay the struts if being used in commercial purpose?
which MVC architecture struts follows and why?