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 many struts config file in a struts application?
What is the difference between plain-validator and field-validator?
Explain about the process of functioning of the struts program?
What is the purpose of @key annotation annotation?
What is struts and springs in java?
How long do struts last?
What is action class?
Provide some important Struts2 constants that you have used?
Can we have multiple struts config files in a single web app?
What do you mean by action errors and what are the results they force?
What are the custom tags?
How do u provide security to ur project?(Banking domain project)
what is meant by Struts Validator Framework?
What are the loop holes of struts?
How is declarative handling of exceptions done in struts ?