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
What is the purpose of execute() method?
Give an example of validates method used to avoid errors.
In which method of action class the business logic is executed?
How the flow of various requests happens in struts application?
How does one create an action in struts 2?
What do you mean by tiles in struts?
What are different Struts2 tags? How can we use them?
What is dispatchaction?
What is the purpose of @requiredstringvalidator annotation?
When it’s useful to use IncludeAction?
What is lookupdispatchaction?
Explain struts.devmode?
Why it called struts?
How can we get Servlet API Request, Response, HttpSession etc Objects in action classes?
What is struts-default package and what are it’s benefits?