what is the advantages and diadvantages of Struts?
Answer Posted / 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 View All Answers
How can link tag’s action attribute be used?
Can you explain value stack?
What helpers in the form of jsp pages are provided in struts framework?
How many servlet controllers are used in a Struts Application?
Why are frameworks used?
What is Custom Type Converter in Struts2?
What validate() and reset() method does ?
Which library is provided by struts for form elements like check boxes, text boxes etc?
What are the differences between Struts1 and Struts2 or how Struts2 is better than Struts1?
What is struts in java with example?
What do you mean by the abstract package in struts2, and what is its utilization?
What do you mean by ognl?
Explain the components of struts?
How to convert struts to spring mvc?
Difference between html tags and struts specific html tags