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 do struts do?
What’s the utilization of resource bundle properties file in struts validation structure?
What is the purpose of @urlvalidator annotation?
What design patterns are used in struts?
How can link tag’s action attribute be used?
What are pull and push mvc architecture and which architecture does struts2 follow?
What do you mean by inner class and anonymous class?
What are the core classes of the struts framework?
How interceptor works in struts 2?
Are the struts tags xhtml compliant ?
Which interceptor is responsible for mapping request parameters to action class Java Bean properties?
What is interceptor in Struts2?
What is struts-default package and what are it’s benefits?
Where can I get a copy of struts?
Can you explain the directory structure for a struts folder in brief ?