what is the disadvantage of struts frame work?

Answer Posted / santosh anand

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 ?    6 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the purpose of global-forwards tag in struct-config.xml?

588


What is life cycle of an interceptor?

562


How tag libraries are defined in Struts?

580


Explain how can we upload files in struts2 application?

629


What is struts validator framework?

560






How we can controlled duplicate form submission in struts?

529


What are construction struts?

521


What configuration files are used in struts?

539


What is the use of interceptor?

528


What is the role of action class?

581


What are the core components of a struct2 based application?

568


What is the purpose of @requiredstringvalidator?

568


What is action servlet in struts?

552


What is the purpose of @keyproperty annotation annotation?

590


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

528