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
how to get the last 10 elements using logic:iterate in struts with hiernate from database.
What are the core classes of the struts framework?
Does apache tomcat use struts?
What does it cost to replace struts?
What is the forward action utilized for?
What types of validations are available in xml based validation in struts2?
What is the purpose of @results annotation?
What is difference between interceptors and filters?
What is jakarta struts framework?
Why was reload removed from struts (since 1.1)?
What does modeldriven interceptor?
Which design pattern is implemented by Struts2 interceptors?
What is front controller in struts?
Explain struts.devmode?
Which interceptor is responsible for file upload support?