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
How you will make available any message resources definitions file to the struts framework environment?
Does struts include its own unit tests?
Which class is the Front Controller in Struts2?
What are apache struts?
What is the purpose of @stringlengthfieldvalidator annotation?
What is the purpose of @emailvalidator annotation?
Difference between struts and spring? Or why use spring, if you are already using struts?
What configuration files are used in struts?
What is structs 2 validation framework?
Which model components are supported by Struts?
Why aren’t the struts tags maintained as part of the jakarta taglibs project ?
how to develop the submit and search operations in single jsp using struts?
What is dispatchaction?
What is the difference between forwardaction and includeaction?
What is the purpose of '@keyproperty'?