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 major differences between html tags and strut specific html tags?
What are inner class and anonymous class?
How can we work with error tags?
What does action do in struts?
What is interceptor in Struts2?
how to get the last 10 elements using logic:iterate in struts with hiernate from database.
What’s the utilization of resource bundle properties file in struts validation structure?
What is the struts in java?
What is the use of struts?
What are action errors and error and what are the consequences they impose?
What are the action classes in struts?
how to debug struts project in netbean ?
What does the term struts mean?
Can you explain the directory structure for a struts folder in brief ?
What is the purpose of @conversionerrorfieldvalidator annotation?