what is the difference between model1 and model2
architecture in struts?
Answer Posted / mahalakshmi
in model 1 jsp can handle busnesslogic and view also.
in model 2 it sus only for view purpose and busnesslogic
hanlde by controller
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
What do you mean by actionform?
What is purpose of execandwait interceptor?
What does action do in struts?
What is switchaction?
What is actionform in struts?
Why are frameworks used?
In struts, how can we access java beans and their properties?
How to handle exceptions in structs?
What is s token?
What is Custom Type Converter in Struts2?
Which class is the Front Controller in Struts2?
What is strut action mapping?
Name the different types of actions found in struts.
What’s the difference between validation.xml and validator-rules.xml files in struts validation framework?
How can we get Servlet API Request, Response, HttpSession etc Objects in action classes?