Wat is Difference between Mvc1 architecture and Mvc2
Architecture?
Answer Posted / srikanth addani
Actually MVC1 is introduced by Small Talk.In MVC1 it contains only three components i.e,Model View And Controller.
Sun MicroSystems has taken MVC1 and process and consideres as MVC2.It Contains More than three Components.
i.e.
Model,View,Controller,DAO,DTO..
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to get data from the velocity page in a action class?
What is the purpose of form-beans tag in struct-config.xml?
Explain how to work with error tags?
How many Action classes have been used in your project? Differences between struts 1.1 and 1.3?
What do struts do?
Can you explain value stack?
Which technologies can be used at view layer in struts?
What is difference between lookupdispatchaction and dispatchaction?
How do you find the struts version being used in a project?
What are the cons of struts 2?
What applications use apache struts?
Which design pattern is implemented by Struts2 interceptors?
Is struts action class singleton?
What is form bean in struts?
Give an example of validates method used to avoid errors.