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
Can you explain the directory structure for a struts folder in brief ?
What is difference between spring and struts?
What is interceptor? And life cycle methods of interceptor?
What is used to display the intermediate result in an interceptor?
State an example of struts configuration file as an action parameter for action servlet.
Are the struts tags xhtml compliant ?
What is the use of namespace in action mapping in Struts2?
What is the use of form bean in struts?
How action-mapping tag is used for request forwarding in struts configuration file?
What are the core classes of struts?
What is the difference between forwardaction and includeaction?
What is the purpose of plug-in tag in struct-config.xml?
Which technologies can be used at view layer in struts?
How to get data from the velocity page in a action class?
How do struts work?