Hi
There,
I am using DWR to
return JAVA object to javascript. In this case, I am reading from a log file,
and return the log contents to be dispalyed in the textarea inside a browser. I
have no problem with this approach when the log file size is small. But
when the size is big(~1M), my browser hangs. I suspect DWR can not handle
returning big size object from Java to browser. Can anyone confirm
this and suggest alternatives?
thanks in
advance
--bingjin