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
Is Struts Framework part of J2EE?
How struts2 supports internationalization?
Does Struts2 action and interceptors are thread safe?
What is use of i18n interceptor?
What are the reasons for an error message not being displayed while developing struts application?
What are the main classes which are used in struts application?
What is Struts2?
What is pojo in struts2?
What is action class?
Why do the struts tags provide for so little formatting?
What is the difference between struts and spring? Explain
Difference between struts and spring?
What is the purpose of @keyproperty annotation annotation?
What does params interceptor?
Explain how can we upload files in struts2 application?