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
What is struts-default package and what are it’s benefits?
What are interceptors in struts 2?
Explain struts?
What is the life cycle of actionform?
What is the purpose of execute() method?
What is interceptor struts2?
What is the purpose of @beforeresult annotation?
What is token used for?
What is the purpose of @typeconversion annotation annotation?
What is declarative exception handling in struts?
Difference between struts and spring? Or why use spring, if you are already using struts?
Can we use struts and spring together?
What are the steps involved in creating a strut application?
What are the differences between Struts1 and Struts2 or how Struts2 is better than Struts1?
Difference between struts and spring?