what is the difference between model1 and model2
architecture in struts?
Answer Posted / abdul hannan
In Model-1, every request is handled by separate controller
class, but in Model-2 every request is handled by a common
controller class like in Struts 'ActionServlet' class.
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
What is action class?
What is the use of forwardaction?
How can link tag’s action attribute be used?
What are the steps required for setting up validator framework in struts?
What is interceptor? And life cycle methods of interceptor?
What is the difference between shocks and struts?
What is strut action mapping?
Can you explain the directory structure for a struts folder in brief ?
Does apache struts run on windows?
How you will make available any message resources definitions file to the struts framework environment?
What is the use of reset method of ActionForm class?
What is the actionform?
How is the action mapping specified?
What are the main classes which are used in struts application?
How we can controlled duplicate form submission in struts?