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’s the utilization of resource bundle properties file in struts validation structure?

626


What are the struts2 error message keys that can come during file uploading process?

609


Give the details of xml files used in validator framework?

590


What is the purpose of interceptors?

532


what is meant by Struts Validator Framework?

570






What is struts.devmode?

577


What is declarative exception handling in struts?

561


How tag libraries are defined in Struts?

576


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

583


What is struts2 in java?

536


Why struts 1 classes are not thread safe whereas struts 2 classes are thread safe?

503


How client side validation is enabled on a jsp form?

592


What is controller in struts ?

537


Can you explain the directory structure for a struts folder in brief ?

526


What are pull and push mvc architecture and which architecture does struts2 follow?

508