tell me struts flow ?
Answer Posted / a.v.satyanarayana
Struts follows mvc pattern.
Model ; which is represented as bussiness components.
View: at view level we have JSP's
Controler: Actionservlet given by the frame work.
This frame work mainly depends upon two xml files.
1) is web.xml where we are moniteriong the controlerpart.
2) struts.config.xml where action classes are congured.
when a request is submitted, this request is handelled by
the controller.And the actionservlet internally checks into
the struts config.xml and identifies the coresponding
action class.
Instantiate that action class and execute the bussiness
logic in that action class and forwards the request to the
required JSP.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is discontinuous strut?
Explain the complete struts validator framework.
How do I access token?
What is value stack?
Can we have multiple struts config files in a single web app?
Will the struts tags support other markup languages such as wml ?
What are the advantages of spring mvc over struts mvc?
Explain about struts dispatch action?
What do you mean by action errors and what are the results they force?
Which library is provided by struts for form elements like check boxes, text boxes etc?
What do struts do?
How can we get Servlet API Request, Response, HttpSession etc Objects in action classes?
Why do we use struts?
What is struts xml?
What are the core classes of struts framework? Explain