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 |
1.when actionservelet execute. 2.when web.xml executes
what is struts? why Struts?
how you provide security in your banking project
How to depoly your struts application in JBOSS
1 Answers HP, NuWare, Satyam, Wipro,
I facing problems while explaining project details in the interview...... can any tell complete project architecture that followed in companies
Who wrote struts?
How to set email notification using struts.Plz give the example code?
How Struts internally works? For Example if we type the URL "/login.do" how the process goes internaly? How the struts-config.xml loaded?
tell me struts flow ?
5 Answers BA Continnum Solutions, Exira, Fidelity, iGate,
What are the struts2 error message keys that can come during file uploading process?
What is the difference between empty default namespace and root namespace?
What is the use of lookupdispatchaction?