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 does apache struts do?
What are the two scope types for formbeans?
What are the custom tags?
Does apache tomcat use struts?
What is the purpose of @requiredstringvalidator annotation?
How many servlet controllers are used in a Struts Application?
Can you explain aware interfaces in struts2?
What is the difference between struts1 and struts2?
What is defeult result type?
Explain how to work with error tags?
How does struts work?
How do I access token?
Explain the necessity of empty tag?
What is the purpose of action-mappings tag in struct-config.xml?
Are struts and shocks the same?