wahts the diif between Mvc1 and Mvc2?
Answers were Sorted based on User's Feedback
Answer / alluri.nagaraju
In MVC1 architecture mixing the presentation and business
logic.In which Jsp act as both controller and view and is
responsible for all activities and functionality provided by
Application.
In MVC2 architecture there is clear separation between
controller and view and making application design more isolated.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / mukesh verma
In MVC1 model request is captured and processed by JSP[view
and controller] but in MVC2 model servlets[as controller]
are introduced which create java bean[model]which can be
used by jsp[view].
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / santhoshkumar.shaik
in mvc1 there is no centralize controler
but in mvc2 it is there
| Is This Answer Correct ? | 0 Yes | 2 No |
Which components are available using actioncontext map?
Why is action servlet a singleton in struts?
What does validation interceptor?
How can we get Servlet API Request, Response, HttpSession etc Objects in action classes?
What are the main classes which are used in struts application?
What design patterns are used in struts?
Which model components are supported by Struts?
1.can we transfer a request from one struts application to another struts application? 2. how many types of action servlets r there what r they
How exception handling is provided in struts?
What is action support class in struts2?
Explain about struts?
What are the features of struts 2?