Answer Posted / aravind
Struts follow Front Controller, Command Design - Action Servlet
Request Processor will use Template Pattern
Action class will follow Adapter Design Pattern.
Is This Answer Correct ? | 27 Yes | 2 No |
Post New Answer View All Answers
Are actions thread safe?
What is role of actionservlet?
Why are frameworks used?
What’s the difference between struts and espresso?
What is the design role played by struts?
What are the benefits of Struts framework?
What is validate() and reset() functions?
What does the term struts mean?
What are the two types of validations supported by validator framework?
Which interceptor is responsible for mapping request parameters to action class Java Bean properties?
What is the purpose of @after?
What does modeldriven interceptor?
When do I need “struts.jar” on my classpath?
What’s the utilization of resource bundle properties file in struts validation structure?
What is the use of lookupdispatchaction?