what is struts? why Struts?

Answers were Sorted based on User's Feedback



what is struts? why Struts?..

Answer / pavan

struts is open source frame work and also provides m v c design pattern it provides parallel development and also it has plug ins for validation framework and tiles framework

Is This Answer Correct ?    17 Yes 0 No

what is struts? why Struts?..

Answer / prasad

struts is an open source frame work.

Is This Answer Correct ?    20 Yes 4 No

what is struts? why Struts?..

Answer / suresh royal

struts is web frame work to develope the MVC architectural based java web application having capability to generate integrated logics of controller layerdynamically based on the logics given by developer view ,model and controller.
Struts provides abstraction layer on top of servlets and JSP.


struts supports validation and Tiles Frame worksan and I18N so we go for struts

Is This Answer Correct ?    5 Yes 0 No

what is struts? why Struts?..

Answer / khan

Struts framework is an open-source framework for developing the web applications in Java EE, based on MVC-2 architecture. It uses and extends the Java Servlet API. Struts is robust architecture and can be used for the development of application of any size. Struts framework makes it much easier to design scalable, reliable Web applications with Java.

Is This Answer Correct ?    4 Yes 0 No

what is struts? why Struts?..

Answer / kapil

Struts is a Framework,Struts bcz it help us to make a good
MVC Model .

Is This Answer Correct ?    9 Yes 6 No

what is struts? why Struts?..

Answer / kripa

as we know struts is an open frame work which gives efficient mvc modelling support with the validation facility , and also it reduce the working for developer to make it secure cause it gives an excellent encryption technique through which we can hide our working by giving it action support

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More Struts Interview Questions

what is the disadvantages of using DynaActionForm in struts framework?

5 Answers   HCL,


we have 7 jsp pages .At last page we have a submit button when we click it it will store all jsps data which we provide will store into database. when we starting providing data in jsp pages when we are at 3rd jsp at that time sessions timeout where the data will be store which we r provide in last two jsps?

2 Answers  


What is the significance of logic tags in Struts?

1 Answers  


What are the reasons for an error message not being displayed while developing struts application?

1 Answers  


Will the struts tags support other markup languages such as wml ?

1 Answers  


What is actioncontext?

1 Answers  


why do we typecast ActionForm into our plain java bean class in Action class? What is the reason?

4 Answers  


How long do struts last?

1 Answers  


What are Struts2 core components?

1 Answers  


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

1 Answers  


How an actionform bean is created?

1 Answers  


What is the purpose of @typeconversion annotation annotation?

1 Answers  


Categories