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 |
in struts how to use hibernate with struts>
What is the purpose of @typeconversion annotation annotation?
how can i fetch combo box value into my DAO using struts 2?
What steps are required to for an application migration from Struts1 to Struts2?
What is interceptor in Struts2?
i have a log in web application .... i want restrict the user for particular no of users what is procedure to develop thus application
Why do we need struts?
What are the two different types of validations that the validator framework supports?
Hi Friends, am new to struts.I read that " you can store variables in xml file(properties file) and for future enhancements we just call properties file . Now i want to implement this , where can i call properties file to enhance my application. My question is where this properties file will be called.
we have two applications A1 & A2 both are accesing the same databse table employee at the same time how we will manage this so that both application can get the correct no of emloyee while A1 is inserting a employee at the same time while other applicatuion is getting the empployee list.
What is MVC?
whats is mean Actionerrors and Actionerror?