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

In which order struts framework searches for a message bundle?

556


How do you find the struts version being used in a project?

508


What is the difference between struts1 and struts2?

512


What are the important methods of actionform?

581


When should be opt for struts framework?

572






List some struts tag libraries?

552


What does apache struts do?

496


How the flow of various requests happens in struts application?

530


What do you mean by actionservlet?

545


How does interceptor work in struts2?

501


Explain about how requests from the client are sent?

516


What is the purpose of @after?

581


Which tag is used to declare constants in struts xml?

466


What is used to display the intermediate result in an interceptor?

499


Are interceptors and filters different?

541