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 the purpose of @keyproperty annotation annotation?
Explain about logic match tag?
What is apache struts framework?
Explain about the future of struts?
What is the purpose of @typeconversion annotation annotation?
At the point, you should go for struts framework?
What are the reasons for an error message not being displayed while developing struts application?
Is struts efficient?
What is struts2 in java?
What is front controller in struts?
What is the purpose of @beforeresult?
What is the forward action utilized for?
In which order struts framework searches for a message bundle?
Why is action servlet a singleton in struts?
How can we display all validation errors to user on jsp page?