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 @typeconversion annotation annotation?
What are the benefits of Struts framework?
Which interceptor is responsible for file upload support?
What is the purpose of form-beans tag in struct-config.xml?
Explain how can we upload files in struts2 application?
What are action errors?
Explain about the library tag?
Explain the difference between dispatchaction and lookupdispatchaction in struts?
Describe validate() and reset() methods.
What is lookupdispatchaction?
What is strut action mapping?
How can you create your custom interceptor in struts 2?
What is action servlet in struts?
What is the use of execAndWait interceptor?
What is container struts2?