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
Difference between html tags and struts specific html tags
Are struts and shocks the same?
What does apache struts do?
What is the purpose of @requiredstringvalidator?
How to use dispatchaction?
What is the purpose of @before annotation?
Can you explain the directory structure for a struts folder in brief ?
Who makes the struts?
What is action class?
When it’s useful to use IncludeAction?
Can a reducer dispatch an action?
What is validate() and reset() functions?
What is the difference between shocks and struts?
Is there a particularly good ide to use with struts?
What is the difference between session scope and request scope when saving formbean ?