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
Which file is used by controller to get mapping information for request routing?
How duplicate form submission can be controlled in struts?
Are the struts tags xhtml compliant ?
in struts how to use hibernate with struts>
What is the design role played by struts?
What is strut action mapping?
Where should struts xml be placed?
Which library is provided by struts for form elements like check boxes, text boxes etc?
What is the role of action class?
How interceptor works in struts 2?
What are the action classes in struts?
What is the use of web xml in struts2?
What do you mean by a custom tag?
What is the purpose of @before annotation?
What is struts and springs in java?