Answer Posted / dsr
model 1 is a mvc1 pattern, it has no controler. Model 2 is
a mvc2 patern, it has action controler. In mvc1 the
request goes to jsp page and response also goes to jsp
page, this is jsp to jsp relation. In mvc2 there is one
controler available, the controler name is action
controler. The re quest goes to controler and searching
the related classes in structs-config.xml file and then
related the classes files will be executed and response
goes to view(jsp or html) page.
| Is This Answer Correct ? | 19 Yes | 2 No |
Post New Answer View All Answers
What are the action classes in struts?
Are struts still used?
Why we use struts in java?
If the framework doesn’t do what I want, can I request that a feature be added?
What are the struts2 error message keys that can come during file uploading process?
How many action classes can be used in struts application?
What is controller in struts2?
How does struts work?
What are the core classes of the struts framework?
How to explain Software Bank Loan descriptions
What is the role of action class in struts?
What is apache struts vulnerability?
What is spring and struts in java?
What is http forward?
What are the bundled validators?