In Struts Programming which is the controller,which is the
model?
Answer Posted / sathiyamoorthi
In Struts programming ActionServlet is the controller.
* Action class also part of the controller only.
We have a Business layer/data or business service in
between the session facade and data access object (DAO) is
called the Model.
| Is This Answer Correct ? | 9 Yes | 3 No |
Post New Answer View All Answers
What are the classes used in struts?
What is the flow of requests in struts based applications?
What is the differences between struts1 and struts2?
What is discontinuous strut?
Explain struts.devmode?
What are different Struts2 tags? How can we use them?
What is the use of interceptor?
What is the difference between forwardaction and includeaction?
What does apache struts do?
What types of validations are available in xml based validation in struts2?
Can you explain value stack?
What is container struts2?
In struts.xml, what does the attribute "method" stands for in the "action" tag?
What is the purpose of @results annotation?
How client side validation is enabled on a jsp form?