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

How is the Struts framworl related to MVC2?

2 Answers   Wipro,


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

4 Answers  


What configurations are stored in struts configuration file ?

0 Answers  


Can we have multiple struts config files ?

0 Answers  


life cycle of struts?

14 Answers   HCL, iGate, Scope International,






Difference between JSF Framework and Struts Framework.

13 Answers   Accenture, BSS, IBM, TCS,


What is struts and why it is used?

0 Answers  


How can we get Servlet API Request, Response, HttpSession etc Objects in action classes?

0 Answers  


What is the forward action utilized for?

0 Answers  


What is Struts Flow?

17 Answers   CTS, rsystems,


What is struts validator framework?

0 Answers  


What are the classes used in struts?

0 Answers  


Categories