What is Struts Flow?

Answer Posted / nagaraja thummala

When the client send a request to container the container
will look for the ActionServlet, ActionServet will acting
like a controller,the configuration is their in the
web.xml, base on the web.xml ActionServlet will be
instatiated and initilized, after that ActionServlet will
take a cliend request and bipass the request to Request
processor, Request processor will find the struts-
config.xml and read the information about different modules
ActionServelet will call the Request processor process()
method. Request processor consists of chain of methods,
based on that it will create object for ActionForm and
validate the form fields and if validations are success
means it will create an object for Action class and call
the execute() and from the execute() it will commmunicate
with DAO and send the result page to view layer...

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

In which method of action class the business logic is executed?

546


What is the need of struts?

566


At the point, you should go for struts framework?

549


What is the difference between requestaware and servletrequestaware interface?

580


What is the purpose of @conversion annotation annotation?

599






What does it cost to replace struts?

506


What are the struts2 configuration properties that control file uploading process?

608


What do you mean by ognl?

555


What steps are required to for an application migration from Struts1 to Struts2?

612


What is the difference between empty default namespace and root namespace?

560


What is the use of Struts.xml configuration file?

519


What’s the utilization of resource bundle properties file in struts validation structure?

625


Explain about the library tag?

599


What is difference between actionform and dynaactionform?

596


What is difference between lookupdispatchaction and dispatchaction?

633