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
How to display validation errors on jsp page?
How can we get Servlet API Request, Response, HttpSession etc Objects in action classes?
Can you explain custom tag?
What is the purpose of action-mappings tag in struct-config.xml?
Explain the necessity of empty tag?
What is the design role played by struts?
What are the two scope types for formbeans?
What is the purpose of @key?
Which configuration files are used in struts?
What are pull and push mvc architecture and which architecture does struts2 follow?
How is token generated?
Which technologies can be used at view layer in struts?
What does validation interceptor?
How many struts config file can be created in struts?
Why use struts framework in java?