In Struts Programming which is the controller,which is the
model?
Answer Posted / jimmi prajapati
1 The ActionServlet and Aciton class is the controller.
and From Action Class's execute mathod, we can call other
DAO layer or any other layer.
so Action class is a Model as well as Controller
| Is This Answer Correct ? | 10 Yes | 5 No |
Post New Answer View All Answers
Which configuration files are used in struts?
What is the purpose of @element annotation annotation?
what is ACID test for fresh engineers??what is the pattern??
What does action do in struts?
Why are struts tightly coupled?
How do I install struts?
Are interceptors and filters different?
How do u provide security to ur project?(Banking domain project)
How is the action mapping specified?
What is the purpose of @action annotation?
What are the steps required for setting up validator framework in struts?
What’s the difference between validation.xml and validator-rules.xml files in struts validation framework?
Explain about the library tag?
while working struts in intellij 7.0error unable to initialize tld location cache: zip file is closed is displayed anybdy can answer me immdialy .ungert
What is the difference between forwardaction and includeaction?