what are the disadvantages of MVC architecture

Answers were Sorted based on User's Feedback



what are the disadvantages of MVC architecture..

Answer / 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

what are the disadvantages of MVC architecture..

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

what are the disadvantages of MVC architecture..

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

Post New Answer

More Struts Interview Questions

What is form bean in struts?

0 Answers  


How are interceptors and servlet filters different?

0 Answers  


how can u handle run time exceptions in struts and jsp plz explain briefly not single word answer?

2 Answers   TCS,


How exception handling is provided in struts?

2 Answers   Accenture,


What is the purpose of @requiredstringvalidator?

0 Answers  






Are struts thread safe?

0 Answers  


Why struts 1 classes are not thread safe whereas struts 2 classes are thread safe?

0 Answers  


How to explain struts work flow

12 Answers   CSS, iFlex, iGate, mpower, TCS,


What is apache struts framework?

0 Answers  


Name some useful annotations introduced in Struts2?

0 Answers  


What is struts framework in java?

0 Answers  


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

0 Answers  


Categories