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
How can we work with error tags?
For a single Struts application, can we have multiple struts-config.xml files?
What is form bean in struts?
What are the advantages of spring mvc over struts mvc?
How do I install struts?
Why are frameworks used?
What is the purpose of @conversion annotation annotation?
What is the use of execAndWait interceptor?
What is strut web xml?
In how many ways duplicate form submission can occurs?
What is action chaining ?
What is dispatchaction?
What is the configuration files used in struts?
Are struts and shocks the same?
What is the purpose of @after annotation?