In Struts Programming which is the controller,which is the
model?
Answer Posted / ganeshram
In struts,Action servlet,Request Processor,Action class and
ActionForm together form Controller.Struts doesn't provide
any component in Model Layer.
| Is This Answer Correct ? | 5 Yes | 4 No |
Post New Answer View All Answers
What are the conditions for actionform to work correctly?
What is package name in struts xml?
What is struts in j2ee?
What is the use of token interceptor in Struts2?
What is the difference between struts and spring?
How to combine the struts with velocity template?
What configuration changes are required to use Tiles in Struts?
What are action classes in struts?
How many action classes can be used in struts application?
What should be the name of xml file used for validation in struts?
What are the core classes of struts?
In which method of action class the business logic is executed?
Give an example where struts tiles may be used?
Explain the life cycle of a request in struct2 application?
What is java struts?