what is the purpose of action servlet and action?

Answer Posted / venu

ActionServlet is the builtin servlet. ActionServlet nothing
but a controller.ActionServlet provided by the struts
Framework.ActionServlet having the following inbuilt design
patterens.
1 singleton designpatteren.
2.FrontController
3.ApplicationController
4.MVC
5.Data Transfer object/value object
6.Inversion of controll/Dependency injection

ActionServlet take the multiple request but it creats
single instance for that requests by using singleton
designpatteren.

Is This Answer Correct ?    6 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are disadvantages of Struts?

556


What are the differences between Struts1 and Struts2 or how Struts2 is better than Struts1?

586


How can we work with error tags?

555


Which class is the Front Controller in Struts2?

551


What is the difference between forwardaction and includeaction?

535






What is apache struts used for?

496


What is request processor and how does it relates to action mapping?

585


How does one create an action in struts 2?

530


How to build struts application in eclipse?

529


What are the classes used as part of struts framework ?

526


If the framework doesn’t do what I want, can I request that a feature be added?

506


Why actionservlet is singleton in struts?

598


Are interceptors and filters different?

549


Can we integrate struts with spring?

596


Is there a particularly good ide to use with struts?

510