Wat is Difference between Mvc1 architecture and Mvc2
Architecture?
Answer Posted / guest
MVC1 it combines the presentation logic with the business
logic where as MVC2 it seperates the presentation logic
from business logic
Is This Answer Correct ? | 84 Yes | 27 No |
Post New Answer View All Answers
Explain about struts dispatch action?
How many instances of servlet usually run in a struts application ?
What is request processor and how does it relates to action mapping?
What is the purpose of @expressionvalidator annotation?
What is the purpose of global-forwards tag in struct-config.xml?
What design patterns are used in struts?
What is the purpose of dispatcher result type?
Can you give an overview of how a struts application flows?
What are the main classes which are used in struts application?
How we can configured action mapping in struts?
Explain struts.devmode?
Describe validate() and reset() methods.
What do you mean by ognl?
Why do the struts tags provide for so little formatting?
How to convert struts to spring mvc?