life cycle of struts?

Answer Posted / purna

process of creating , invoking , destroying the servlet is
known as "life cycle of struts". here three methods are
involved

1.init() :

Total intialization part of servlet ll be there in this .

2.service() :

Actual Bussiness code ll be there in this method

3.destroy() :

just destroying the servlet .

Is This Answer Correct ?    24 Yes 117 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the purpose of @element annotation annotation?

603


How to build struts application in eclipse?

529


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

553


Which file is used by controller to get mapping information for request routing?

539


What is action class?

583






What does action do in struts?

540


For a single Struts application, can we have multiple struts-config.xml files?

585


What is struts? Explain

544


What is role of action class?

563


What is the purpose of @createifnull annotation annotation?

623


How does struts2 token work?

531


What is the use of jsonvalidation?

601


how to connect from struts to database through hibernet and where u can modify the class

2118


What is dispatchaction?

630


What are apache struts?

515