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 flow of requests in struts based applications?
What is life cycle of an interceptor?
If the framework doesn’t do what I want, can I request that a feature be added?
What are the pros of struts 2?
Which class of struts is responsible to converts data types from string and vice versa?
Can you explain aware interfaces in struts2?
What do you mean by struts.dev mode?
How you will enable front-end validation based on the xml in validation.xml?
Which configuration files are used in struts?
What is actioncontext?
How is the mvc design pattern used in struts framework?
Name some useful annotations introduced in Struts2?
What are the steps required for setting up validator framework in struts?
What is actionmapping?
What are different Struts2 tags? How can we use them?