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...

How to explain struts work flow

Answer Posted / karthick prabu.v

1) when the client send a request first it will goes to the
web.xml file.
2) there it will check the ActionServlet class(contoller).
3)From there it goes to the struts config.xml file
4)in the config.xml file it checks the form bean class and
execute class
5) then the controll goes to the model class.(Action class).
6)execute the logic in the action class.
7) after completion of the execution it send some response
to the controller.
8)then the controller goes to the config.xml file and checks
the where the controller have to go.
9)again it come back to the controller and goes to the
related jsp file.
10)there the jsp file execute and give the out put to the
browser.

Is This Answer Correct ?    23 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is purpose of execandwait interceptor?

1159


Where should struts xml be placed?

990


Which configuration files are used in struts?

1016


What is difference between lookupdispatchaction and dispatchaction?

1167


What is the use of execAndWait interceptor?

1076


What is strut web xml?

999


What are the main classes which are used in struts application?

1023


What does params interceptor?

1002


Can you explain custom tag?

1022


Why we use struts over servlets?

1126


What is difference between actionform and dynaactionform?

1096


1.can we transfer a request from one struts application to another struts application? 2. how many types of action servlets r there what r they

3239


What is xml based validation in struts2?

1137


Which library is provided by struts for form elements like check boxes, text boxes etc?

965


Explain integrate log4j in struts2 application?

1069