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

Difference between struts and spring?

574


Explain struts.devmode?

556


What is token used for?

501


What is the role of a handler in mvc based applications?

740


What is action chaining ?

620






What is action class?

577


What is the default suffix for Struts2 action URI and how can we change it?

514


How is forward action used for integration?

562


What is the purpose of @expressionvalidator annotation?

586


What is the significance of logic tags in Struts?

572


What is the use of struts config xml file?

479


How to build struts application in eclipse?

522


Are actions thread safe?

532


What is jakarta struts framework?

555


What is difference between interceptors and filters?

530