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 are the benefits of Interceptors in Struts2?
What is DynaActionForm?
Can I have html form property without associated getter and setter formbean methods?
What is the purpose of form-beans tag in struct-config.xml?
What is interceptor in Struts2?
Define struts?
What is the purpose of @requiredstringvalidator?
What is the difference between validation.xml and validator-rules.xml files in struts validation framework?
When should be opt for struts framework?
Can we handle exceptions in Struts programmatically?
In which order struts framework searches for a message bundle?
Explain how can we upload files in struts2 application?
What is struts validator framework?
What is the life cycle of actionform?
What are the steps of struts installation?