Answer Posted / prasanna sahu
model 1 is page-centric pattern, here the control flows from
1 jsp page to another.
model 2 has segregation of model, view and controller.All
request has to be first landed in the controller, the
controller comes in the center stage, it is only who decides
where the control should flow.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What are the core components of a struct2 based application?
What types of validations are available in xml based validation in struts2?
What is action class?
What is validate() and reset() functions?
Does apache tomcat use struts?
What is dispatchaction?
What is the use of namespace in action mapping in Struts2?
What are the two types of validations supported by validator framework?
How tag libraries are defined in Struts?
What is interceptor struts2?
Why do the struts tags provide for so little formatting?
What is the purpose of @doublerangefieldvalidator annotation?
How can we group related actions in one group in Struts?
What is s token?
What is struts in java with example?