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
Why actionservlet is singleton in struts?
What is the purpose of @createifnull annotation annotation?
How is a lookup dispatch action created?
Is Struts Framework part of J2EE?
What are the major differences between html tags and strut specific html tags?
What is the purpose of global-forwards tag in struct-config.xml?
What is the purpose of @doublerangefieldvalidator annotation?
Are struts thread safe?
How to use dispatchaction?
Explain struts?
How to upload struts file?
What is the difference between struts and spring? Explain
What configuration changes are required to use resource files in Struts?
When should we use SwtichAction?
What’s the difference between validation.xml and validator-rules.xml files in struts validation framework?