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 is interceptor? And life cycle methods of interceptor?
What is used to display the intermediate result in an interceptor?
List some struts tag libraries?
What is the role of action class in struts?
Why was reload removed from struts (since 1.1)?
What’s the difference between struts and turbine?
how to connect from struts to database through hibernet and where u can modify the class
Explain about struts relation to html tags?
How to use forward action to restrict a strut application to mvc?
Describe the mvc on struts?
Give an alternative way to protect jsp’s with not much features from direct access.
What is java struts?
How can we integrate log4j in Struts2 application?
How to use dispatchaction?
What is life cycle of an interceptor?