Wat is Difference between Mvc1 architecture and Mvc2
Architecture?
Answer Posted / kannan
MVC1
In that model and views are combined and controller is the
server.
MVC2
Model and view are seperated.controller maps request and
responses.controller act as a seperate server
Is This Answer Correct ? | 7 Yes | 3 No |
Post New Answer View All Answers
What is the use of namespace in action mapping in Struts2?
What is the use of jsonvalidation?
Explain about the validation steps which have to be carried during validation of client-side address?
What is interceptor in Struts2?
What is the difference between forwardaction and includeaction?
Can we use struts and spring together?
Can I have html form property without associated getter and setter formbean methods?
What are the some useful annotations introduced in struts2?
What is the design role played by struts?
What are Struts2 core components?
What is strut web xml?
How can we display validation errors on jsp page?
What is the purpose of action-mappings tag in struct-config.xml?
What is the purpose of @createifnull annotation annotation?
When do I need “struts.jar” on my classpath?