Answer Posted / venkat
MVC
Model View Controller
->Using of mvc means there will be clean seperation layers
in application devolopmaent.
->modification done in one layer does not disturb the
another layer.
->Because of parallal devolopement the productivity is
always better.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain about the process of functioning of the struts program?
What are best practices to follow while developing Struts2 application?
How we can controlled duplicate form submission in struts?
How is declarative handling of exceptions done in struts ?
What are construction struts?
What is switchaction?
What are the aware interfaces in struts2?
When should we use SwtichAction?
What is struts2 namespace?
Why struts 1 classes are not thread safe whereas struts 2 classes are thread safe?
What is the procedure of operation of a form tag?
What are the steps required for setting up validator framework in struts?
Can you explain struts validator framework?
What is the purpose of @before annotation?
What is struts in java with example?