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’s the difference between validation.xml and validator-rules.xml files in struts validation framework?
If the framework doesn’t do what I want, can I request that a feature be added?
How the exceptions are handled in struts?
What are the benefits of the struts system?
What is struts 2 framework in java?
What is the flow of requests in struts based applications?
What is the purpose of @stringlengthfieldvalidator annotation?
How is forward action used for integration?
What is the procedure of operation of a form tag?
Is struts mvc framework?
What does params interceptor?
How an actionform bean is created?
What applications use apache struts?
Explain about the validation steps which have to be carried during validation of client-side address?
What are the custom tags?