Answer Posted / guest
The basic purpose of the MVC architecture is to separate the
business logic and application data from the presentation
data to the user. So in struts there are various components
for these three flavours. For Model struts has not provided
any component as a part of framework so user can have
liberty to use code of his own. For view components JSPs are
used mainly.And for controller there are Action servlet and
the structs configuration files which together acts as a
controller.
Is This Answer Correct ? | 16 Yes | 2 No |
Post New Answer View All Answers
What is apache struts framework?
Explain how can we upload files in struts2 application?
What is package name in struts xml?
What are action errors and error?
What do you know about validation plugin ?
Explain about struts dispatch action?
What is the use of form bean in struts?
What are action errors and error and what are the consequences they impose?
What is the purpose of struts.xml in struct2?
What is the apache struts vulnerability?
How to override the default error message that can come during file uploading process?
Which library is provided by struts for form elements like check boxes, text boxes etc?
What do you mean by ognl?
What is struts framework in java?
What is the use of struts?