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
What are the steps of struts installation?
Do we need to pay the struts if being used in commercial purpose?
What is strut action mapping?
How does one create an action in struts 2?
What is difference between struts1 and struts2?
What’s the difference between validation.xml and validator-rules.xml files in struts validation framework?
1.can we transfer a request from one struts application to another struts application? 2. how many types of action servlets r there what r they
What is the difference between validation.xml and validator-rules.xml files in struts?
What is difference between interceptors and filters?
What is the purpose of '@keyproperty'?
What is the purpose of execute method of action class?
How are interceptors and servlet filters different?
What is meant by custom tags?
How struts2 supports internationalization?
Why struts 1 classes are not thread safe whereas struts 2 classes are thread safe?