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
Is struts action class singleton?
What types of validations are available in xml based validation in struts2?
How many instances of servlet usually run in a struts application ?
How does struts work?
What is an interceptor stack?
Which servlet does the struts framework use?
What are the custom tags?
What is the purpose of @key?
What do struts do?
In struts.xml, what does the attribute "method" stands for in the "action" tag?
What is the use of reset method of ActionForm class?
Can you explain aware interfaces in struts2?
What do you mean by actionservlet?
What is action class?
Explain struts.devmode?