what is the advantages and diadvantages of Struts?



what is the advantages and diadvantages of Struts? ..

Answer / siddhartha chakraborty

Few Disadvantage are mentioned in the below link. Struts
have disadvantages mainly on performance of the
application. Especially when using advanced tag like nested-
loop etc, Resulting in creating many Forms object then
required.

In struts , their is no facility of backward flow.

Suppose we are in page 1 and when we submit it calls action
mapping page2.Their may be lot of variable stored in
session , which is available to page2.Now we wish to go
page1 from page 2, for this we have to call the action
mapping of page1. But struts flow is always in forward
direction. So when we call page 1, values stored in session
never get reversed.So it reduces the performance.

To resolve this problem of struts, Their is a framework
called Web Flow Nevigation Manager(WFNM) of
Sourgeforge.net.This framework can be integrated with struts

Is This Answer Correct ?    11 Yes 1 No

Post New Answer

More Struts Interview Questions

What is struts2 namespace?

0 Answers  


What are action errors and error?

0 Answers  


What is the purpose of '@keyproperty'?

0 Answers  


explain method overridding method overloding with examples?

5 Answers   IBM,


struts comes under which layer of three tire architecture in real time projects plz i need explaination?

10 Answers   Infinite Computer Solutions, TCS,






What is defeult result type?

0 Answers  


Whats the difference between the default namespace and the root namespace?

0 Answers  


explain the struts-configuration file?

3 Answers   TCS, Zoho,


What design patterns are used in struts?

0 Answers  


What is the role of action class in struts?

0 Answers  


Why are frameworks used?

0 Answers  


Do we need to pay the struts if being used in commercial purpose?

0 Answers  


Categories