Wat is Difference between Mvc1 architecture and Mvc2
Architecture?
Answer Posted / jagadish babu
In MVC1 since business logic and presentation logic is
combined so web developer for (Bus.Logic) and web designer
for(pres.logic) cannot work simultaounlsy
But in mvc2 both can work indepenedently.
| Is This Answer Correct ? | 24 Yes | 10 No |
Post New Answer View All Answers
What are best practices to follow while developing Struts2 application?
What is the design role played by struts?
How properties of a form are validated in Struts?
What is the purpose of @beforeresult?
Difference between struts and spring?
Where should struts xml be placed?
How can duplicate form submission be handled in struts 2?
What are the pros of struts 2?
What is the purpose of @customvalidator annotation?
What is struts validator framework?
What should be the name of xml file used for validation in struts?
Can you explain aware interfaces in struts2?
How is the action mapping specified?
How does struts2 token work?
How we can install struts?