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
How tag libraries are defined in Struts?
What is the purpose of @stringlengthfieldvalidator annotation?
What is struts2 framework?
Is struts compatible with other java technologies?
What's the purpose of execute method of action class?
What are the steps of struts installation?
What are the contents on web.xml in struts application ?
What is the purpose of @result annotation?
Which servlet does the struts framework use?
What are the core classes of struts?
Name some of the features of struts2?
What are pull and push mvc architecture and which architecture does struts2 follow?
What is struts validator framework?
Why we use struts in java?
What configuration files are used in struts?