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
Do we need to pay the struts if being used in commercial purpose?
How to work with error tags?
Which interceptor is responsible for mapping request parameters to action class Java Bean properties?
How can we integrate log4j in Struts2 application?
What are the benefits of the struts system?
What is the purpose of constant tag in struts.xml?
Explain design patterns which is used in struts?
Can we use struts and spring together?
What are the contents on web.xml in struts application ?
What is the purpose of @stringlengthfieldvalidator annotation?
What is a custom tag?
What is the purpose of @key annotation annotation?
How does interceptor work in struts2?
What does execandwait interceptor?
What are the features of struts 2?