Answer Posted / ratheesh nellikkal
Struts is based on MVC design pattern,struts components can
be catagorised in to model, view and controller.
model-all the business components and data are coming under
this catagory
view-jsp,html are part of view
controller-ActionServlet of struts is the part of
controller component
Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is the difference between struts1 and struts2?
What is the purpose of @before?
What do you mean by actionform?
Explain design patterns which is used in struts?
What is the default suffix for Struts2 action URI and how can we change it?
What is the differences between struts1 and struts2?
Which configuration files are used in struts?
What is xml based validation in struts2?
What are the core classes of struts framework? Explain
How can duplicate form submission be handled in struts 2?
Which library is provided by struts for form elements like check boxes, text boxes etc?
Explain about struts relation to html tags?
How do you convert struts to springs?
How an actionform bean is created?
What is role of actionservlet?