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 is the purpose of dispatcher result type?
What is use of i18n interceptor?
What is spring and struts in java?
What’s the utilization of resource bundle properties file in struts validation structure?
what is meant by Struts Validator Framework?
What is the use of lookupdispatchaction?
What steps are required to for an application migration from Struts1 to Struts2?
Are interceptors thread safe?
Explain about how requests from the client are sent?
Explain the life cycle of a request in struct2 application?
What is the purpose of @result annotation?
How is token generated?
What is the purpose of @typeconversion annotation annotation?
Which configuration file is used for storing jsp configuration information in struts?
What is the life cycle of actionform?