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

life cycle of struts?

Answer Posted / chandu

The request is given to Action Servlet i.e; doGet or
doPost.
ActionServlet with the help of request uri locates one of
the RequestProcessor and dispatch the request to
RequestProcessor i.e; process method on RequestProcessor is
called InRequestProcessor.

It processes content type.
processes Locale.
processes actionPath.
processes actionMapping.
processes formBean.
processes action.
Error handling.

After processing action(i.e; execute method) depending on
the results locate the path to view(with the help of
ActionMapping) and dispatch the request to the located
path.

Is This Answer Correct ?    27 Yes 12 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can we use struts and spring together?

1050


What’s the difference between validation.xml and validator-rules.xml files in struts validation framework?

1081


When do I need “struts.jar” on my classpath?

1031


What is the purpose of @validations annotation?

1100


Explain about how requests from the client are sent?

1085


What are the features of struts 2?

1127


What is actioncontext?

1009


What is the purpose of @element?

1064


How can we work with error tags?

1047


What's mvc pattern ?

1076


Explain design patterns which is used in struts?

1030


What is the significance of logic tags in Struts?

1030


What are the aware interfaces in struts2?

1086


How can we handle exceptions thrown by application in Struts2?

998


Does apache tomcat use struts?

981