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 struts actionmapping?
What is the use of execAndWait interceptor?
What are the different kinds of actions in struts?
What is s token?
Explain about the validation steps which have to be carried during validation of client-side address?
What is the need of struts?
What is the purpose of @requiredstringvalidator?
What is the purpose of @doublerangefieldvalidator annotation?
How tag libraries are defined in Struts?
How is token generated?
Explain the components of struts?
What is the purpose of @key?
What do you mean by tiles in struts?
What is package name in struts xml?
What are the components of struts?