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
Can explain about the validations and in your project where did u used the validations?
What is the purpose of @customvalidator annotation?
What should be the name of xml file used for validation in struts?
Explain the difference between plain-validator and field-validator in struts?
What is actioninvocation in struts2?
How can we get Servlet API Request, Response, HttpSession etc Objects in action classes?
what is ACID test for fresh engineers??what is the pattern??
What is dispatchaction?
Name some useful annotations introduced in Struts2?
What design patterns are used in struts?
State the procedure for using forward attribute of link tag’s.
In struts.xml, what does the attribute "method" stands for in the "action" tag?
What is the apache struts vulnerability?
What’s the difference between struts and turbine? What’s the difference between struts and espresso?
List some struts tag libraries?