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 used to display the intermediate result in an interceptor?
What is struts validator framework?
Which class of struts is responsible to converts data types from string and vice versa?
What is the purpose of @typeconversion annotation annotation?
What is the life cycle of actionform?
How does one create an action in struts 2?
What types of validations are available in xml based validation in struts2?
What is struts in j2ee?
What is struts2 in java?
What is struts in java with example?
How many Action classes have been used in your project? Differences between struts 1.1 and 1.3?
1.can we transfer a request from one struts application to another struts application? 2. how many types of action servlets r there what r they
How to use dispatchaction?
What are the struts2 configuration properties that control file uploading process?
how to connect from struts to database through hibernet and where u can modify the class