its a ActionForm controller or model?
Answer Posted / raghavendra
Model are the classes that contains the code according to
the businees logic of the company.This logic is called
business logic.
In case of MVC 2 architecture, the contoller is a
combination of ActionServlet, Action classes and formbean
(ActionForm ) classes.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Does apache struts run on windows?
Explain integrate log4j in struts2 application?
How do I install struts?
What is s token?
What is validate() and reset() functions?
When it’s useful to use IncludeAction?
What are the custom tags?
How the flow of various requests happens in struts application?
What is the purpose of @key annotation annotation?
What helpers in the form of jsp pages are provided in struts framework?
Can you explain the directory structure for a struts folder in brief ?
What are the major differences between html tags and strut specific html tags?
What is the difference between filters and interceptors ?
What is the purpose of dispatcher result type?
What do you mean by ognl?