In Struts Programming which is the controller,which is the
model?
Answer Posted / narendher sharma
Controller components : Action Servlet,Request
Processor,Action class,struts-config,xml,web.xml
Model components : Actioform Beans
Java Beans or Enterprise java Beans
Relational Database Accesss
these are the main thing in this components
| Is This Answer Correct ? | 11 Yes | 2 No |
Post New Answer View All Answers
How to convert struts to spring mvc?
How can we write our own interceptor and map it for action?
What is the difference between struts and spring?
What is struts 2 framework in java?
Do I have to credit struts on my own website?
What are action errors?
For a single Struts application, can we have multiple struts-config.xml files?
What are disadvantages of Struts?
What is the procedure of operation of a form tag?
Why do we need mapdispatchtoprops?
What configuration changes are required to use resource files in Struts?
What are the components of struts framework?
What is the use of reset method of ActionForm class?
How interceptor works in struts 2?
Can I have html form property without associated getter and setter formbean methods?