Categories | Question details Back To List | ||
tree building issue with large data(6000 nodes), getting Out of memory error in my jsp Hi, I am using smartXMLParsing mode to construct the tree, I am following the below way to build the tree. In my tree I have 9 levels, to build these levels I am using nested for loops, I am retreiving the data through root element, this contains list of elements and those elements also contains list of elements of next level, so and so... while retreiving the data I have declared local variables and those were used while building the tree. Is it a issue of large data or any problem with the way I am following to build the tree? please suggest me regarding this... Thanks, Answer posted by Support on Mar 19, 2008 07:03 The post at index.php?s=normal&q=2389&a=3035 contains the answer. |