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 are the Core classes of Struts Framework?
What is ognl?
What is struts 2 framework in java?
What is the use of web xml in struts2?
What do you mean by tiles in struts?
Can you explain value stack?
What is the purpose of @conversion?
how to develop the submit and search operations in single jsp using struts?
Difference between html tags and struts specific html tags
Explain how to work with error tags?
What is the purpose of @validations annotation?
What are the classes used in struts?
How is token generated?
What are the core classes of the struts framework?
Can you explain struts validator framework?