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

Which technologies can be used at view layer in struts?

642


Explain about struts relation to html tags?

543


Describe validate() and reset() methods.

599


How many action classes can be used in struts application?

502


How can duplicate form submission be handled in struts 2?

532






How many struts config file can be created in struts?

491


How to get data from the velocity page in a action class?

561


Describe the mvc on struts?

543


Is struts mvc framework?

474


Explain the difference between plain-validator and field-validator in struts?

520


Can I have html form property without associated getter and setter formbean methods?

567


How duplicate form submission can be controlled in struts?

636


What should be the name of xml file used for validation in struts?

533


What is the forward action utilized for?

548


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

579