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

Does apache tomcat use struts?

0 Answers  


i have 500 jsps in my application,and i have same forward name for each jsp,so it lokks in strutsconfig.xml,from 1 to 500,but i want send 498 page directly,how can i cingigure my application

2 Answers   TCS,


What is the purpose of @createifnull annotation annotation?

0 Answers  


What are the classes used as part of struts framework ?

0 Answers  


What is Struts2?

0 Answers  






State the procedure for using forward attribute of link tag’s.

0 Answers  


whats is mean Actionerrors and Actionerror?

5 Answers   Wipro,


How many action classes can be used in struts application?

0 Answers  


In web.xml file instead of *.do can i write *.ibm, Specify with example

13 Answers   IBM,


What is purpose of execandwait interceptor?

0 Answers  


Hai all.Can i develope Struts action class without execute(-,- ,-,-)method.Ifd it's possible plz provide some sample code.

3 Answers   TCS,


What is MVC?

6 Answers   Infosys,


Categories