stuckagain wrote:
> GWT contributors,
>
> Will there be a production quality RPC mechanism available in GWT 2.1
> as part of the RequestFactory stuff ? Or do we still have to suffer
> the stackoverflow inducing RPC implementation ?
>
> I'm currently fighting to get RPC to work with a tree structure that
> is not that big in bytesize, but it has about 20 levels of nesting in
> my example. RPC on IE6/7/8 just shokes on it, but no warning is shown.
> I just don't get all the data - which is very disturbing.
>   
This may not be the same problem, but you might want to check out this
issue:
    http://code.google.com/p/google-web-toolkit/issues/detail?id=3577

It describes how it's possible for references to objects within a set or
map to be lost during deserialization.

Paul

-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to