adspace


what is the purpose of action servlet and action?

Answer Posted / pkr_reddy

action servlet is responsible to identify the request and
receive the request.this is initial starting point to the
communication and justify the purpose of the communication
across the diff environments.
org.apachi.struts.action.actionsevlet;

action classes is define to be the user.it is controller
where we provide the user defined controller logical
transactions which allways listen to actionservlet.

Is This Answer Correct ?    9 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you know about validation plugin ?

1031


What are the contents on web.xml in struts application ?

1072


What is the difference between filters and interceptors ?

1316


What is action chaining ?

1168


How is declarative handling of exceptions done in struts ?

1010