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
How tag libraries are defined in Struts?
What is the purpose of @requiredstringvalidator?
What is life cycle of an interceptor?
Why struts 1 classes are not thread safe whereas struts 2 classes are thread safe?
Does apache struts run on windows?
How is declarative handling of exceptions done in struts ?
What is the purpose of @typeconversion annotation annotation?
What is an interceptor stack?
How you will display validation fail errors on jsp page?
What does it cost to replace struts?
What are the two scope types for formbeans?
What is the purpose of @after?
What is the purpose of execute method of action class?
What is the role of action class?
Is there a particularly good ide to use with struts?