In Struts Programming which is the controller,which is the
model?
Answer Posted / anas
Action classes, Servlets and Request Processing will come
under controller and Business logic (Generally EJB) will
come under Model
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What is java struts?
What are the components of struts?
In struts.xml, what does the attribute "method" stands for in the "action" tag?
What is the purpose of @after annotation?
When should we use SwtichAction?
Difference between struts and spring?
What are best practices to follow while developing Struts2 application?
What is the role of a handler in mvc based applications?
What does action do in struts?
What are the components of struts framework?
How nested beans can be used in Struts applications?
What are the core components of a struct2 based application?
What is the purpose of @createifnull annotation annotation?
What is the purpose of global-forwards tag in struct-config.xml?
What is the purpose of @keyproperty annotation annotation?