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 dispatchaction?
Explain about struts relation to html tags?
How do u provide security to ur project?(Banking domain project)
how to debug struts project in netbean ?
What are the steps used to setup dispatch action?
how to get the last 10 elements using logic:iterate in struts with hiernate from database.
What is filter dispatcher in struts?
Why do we need struts?
Can we have multiple struts config files in a single web app?
Describe the basic steps used to create a tiles application?
How exceptions are handled in struts application?
What is the purpose of @typeconversion annotation annotation?
Which interceptor is responsible for i18n support?
What is the purpose of @expressionvalidator annotation?
How interceptor works in struts 2?