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 applications use apache struts?
Explain about how requests from the client are sent?
Explain the necessity of empty tag?
What are apache struts?
How do struts work?
What is the purpose of struct-config.xml in struct2?
What is the purpose of form-be tag in struct-config.xml?
Are struts thread safe?
What are the two scope types for formbeans?
how to develop the submit and search operations in single jsp using struts?
What is struts validator framework?
What is the difference in using Action interface and ActionSupport class for our action classes, which one you would prefer?
What is the purpose of @doublerangefieldvalidator?
What is the use of jsonvalidation in struts?
What is interceptor in Struts2?