Struts follows which design patterns?

Answers were Sorted based on User's Feedback



Struts follows which design patterns?..

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

Struts follows which design patterns?..

Answer / neeraj

struts follows front controller , adpater design pattern

Is This Answer Correct ?    20 Yes 4 No

Struts follows which design patterns?..

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

Struts follows which design patterns?..

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

Post New Answer

More Struts Interview Questions

What is an interceptor stack?

0 Answers  


Describe validate() and reset() methods.

0 Answers  


Difference between struts and spring? Or why use spring, if you are already using struts?

0 Answers  


What is form bean in struts?

0 Answers  


Explain about logic match tag?

0 Answers  






Which components are available using actioncontext map?

0 Answers  


what are componeents presents in Strutsconfig.xml?

2 Answers   HCL,


I will explain the scenario now i have a form1 having some fields and i made it extends DynaActionForm. in struts config how can i specify another form form2 which has to extend the form1 please specify is it better to use actionform or dyna action form in applations. is dyna action form is comfortable in declaring form variables of type 'ArrayList<somegenerics>' extend the

0 Answers   Techno Solutions,


How many action classes can be used in struts application?

0 Answers  


What is MVC Architecture?

21 Answers   HCL, Hexaware, Infosys, Infrascape, Tech Mahindra,


What is the purpose of @requiredstringvalidator annotation?

0 Answers  


What do you mean by inner class and anonymous class?

0 Answers  


Categories