Wat is Difference between Mvc1 architecture and Mvc2
Architecture?
Answer Posted / prasanna
In MVC1 Both the controller and model are the jsp ,so No
seperation between business logic and presentation logic
where as in MVC2 controller is servlet and model is the
java class
Is This Answer Correct ? | 25 Yes | 9 No |
Post New Answer View All Answers
Give an example of validates method used to avoid errors.
What is token used for?
How exceptions are handled in struts application?
Which class of struts is responsible to converts data types from string and vice versa?
Briefly tell the two kinds of form beans.
What is purpose of execandwait interceptor?
What are the some useful annotations introduced in struts2?
Why aren’t the struts tags maintained as part of the jakarta taglibs project ?
What is the difference between shocks and struts?
What are the sections into which a strut configuration file can be divided?
What is the purpose of execute() method?
Lists the bundled validators in struts?
How many action classes can be used in struts application?
What are Struts2 core components?
What are the reasons for an error message not being displayed while developing struts application?