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 |
how to write my own Action servlet by extending pre-defined Action servlet in struts config.
What does execandwait interceptor?
Describe the basic steps used to create a tiles application?
Where can I get help with struts?
How Struts internally works? For Example if we type the URL "/login.do" how the process goes internaly? How the struts-config.xml loaded?
how canu done chechin and check out of u r project using with sample examples?
what are java stuts? what are there uses
2 Answers Rupa, Tech Mahindra,
What do you mean by actionservlet?
What configuration files are used in struts?
Lists the bundled validators in struts?
wat happen when the connection is nt closed in jdbc n what vl happen when i interchange in executequery n execute statements
why we are using vo,dao and dto design patterns in struts framework