In Struts Programming which is the controller,which is the
model?
Answer Posted / nazneen
A Model contains business logic and data.
In a multi-device application, the Model is implemented as standard Java Bean objects. The data contained within the Java Bean are accessed with getter and setter methods, and business logic contained in the Java Bean is invoked with method invocations. These Java Beans are bound to the View and Controller by a a part of the multi-device application
Controller:
Controller is Action Servlet
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
Difference between struts and spring? Or why use spring, if you are already using struts?
Why do we need mapdispatchtoprops?
What are struts in java?
What is the purpose of @requiredstringvalidator annotation?
What is action servlet in struts?
What is struts framework in java?
What is the difference between validation.xml and validator-rules.xml files in struts?
What is the purpose of struct-config.xml in struct2?
Who wrote struts?
What are different Struts2 tags? How can we use them?
How to upload struts file?
How you will display validation fail errors on jsp page?
What is apache struts used for?
Are the struts tags xhtml compliant ?
Explain the life cycle of a request in struct2 application?