Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

What does action do in struts?

1061


What is used to display the intermediate result in an interceptor?

1002


How you will display validation fail errors on jsp page?

985


What is package name in struts xml?

1052


Explain about logic match tag?

1131


What are the components of struts framework?

1082


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

1143


What's the purpose of execute method of action class?

990


What is the purpose of '@customvalidator'?

1069


What do you mean by inner class and anonymous class?

1159


What does modeldriven interceptor?

1151


Is struts compatible with other java technologies?

1009


in struts how to use hibernate with struts>

2278


What is the purpose of global-forwards tag in struct-config.xml?

1024


Explain about struts relation to html tags?

1013