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


Please Help Members By Posting Answers For Below Questions

What is the actionform?

659


What are the life cycle methods of interceptor?

601


What do you mean by inner class and anonymous class?

680


What is struts-default package and what are it’s benefits?

667


What are the steps of struts installation?

652






How is declarative handling of exceptions done in struts ?

553


What is struts2 framework?

604


How do you find the struts version being used in a project?

609


If the framework doesn’t do what I want, can I request that a feature be added?

581


What is struts? Explain

630


What is actioninvocation in struts2?

668


What is the purpose of @after annotation?

668


What are the features of struts 2?

620


When should be opt for struts framework?

677


what is meant by Struts Validator Framework?

647