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 / jayachender

When we send the request the follwing actions will be perform.
1.The Server Searches for Deployment-Descriptor(web.xml)
2.If the server Found <load-on-startup> tag the server will create the required Servelet Object.
3.After Servlet object is created the server will execute the init() method of ActionServlet.
4.As part of init method of ActionServlet finds the value of Config init parameter.
5.The init() method start reading contents from the struts-config.xml(Struts Configuration file) and store the information in jvm's Memorey

Is This Answer Correct ?    21 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the purpose of @result annotation?

1208


Will the struts tags support other markup languages such as wml ?

1043


Do you need an alignment after replacing struts?

990


Explain how can we upload files in struts2 application?

1114


What is the purpose of @key?

1107


What is struts framework in java?

1011


What is the use of web xml in struts2?

953


What is struts2 namespace?

972


What is the purpose of form-beans tag in struct-config.xml?

961


What is interceptor in Struts2?

1032


Why actionservlet is singleton in struts?

1058


What is the need of struts?

1023


How you will enable front-end validation based on the xml in validation.xml?

1159


How can we get Servlet API Request, Response, HttpSession etc Objects in action classes?

1119


What is struts? Explain

1017