Struts follows which design patterns?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / neeraj
struts follows front controller , adpater design pattern
| Is This Answer Correct ? | 20 Yes | 4 No |
Answer / sairam
Some Designpatterns are implicitly avaliable in struts
frame work.1.MVC 2.Singleton 3.DTO 4.Application
Controller5.Front Controller
| Is This Answer Correct ? | 18 Yes | 2 No |
Answer / rajeev shrivastava
Struts is a frame work based on Model View Controller (MVC)
design pattern. We can also implement other design patterns
like front controller, business deligate, and Data Access
Object.
| Is This Answer Correct ? | 15 Yes | 0 No |
What is filter dispatcher in struts?
What are the main classes which are used in struts application?
Why was reload removed from struts (since 1.1)?
explain the Struts flow?
What helpers in the form of jsp pages are provided in struts framework?
What is the purpose of @validations annotation?
Explain about the library tag?
What is the purpose of action-mappings tag in struct-config.xml?
Explain struts?
What is the purpose of @typeconversion annotation annotation?
What is the difference between validation.xml and validator-rules.xml files in struts validation framework?
What do you mean by actionservlet?