Also, this change is a stark reminder that we need to get real about request caching in RequestFactory. You fundamentally shouldn't be doing this, you should be able to make the "redundant" request counting on a lower layer to send it only if necessary.
Bob, I've lost track -- are there hooks in place yet that we could implement app specific client side caching in a sample like this? On Wed, May 4, 2011 at 8:56 AM, Ray Ryan <[email protected]> wrote: > I mean that you should have been able to fix it by replace place1 == place2 > with place1.equals(place2). > > > On Wed, May 4, 2011 at 8:39 AM, <[email protected]> wrote: > >> @rjrjr - >> >> What do you mean? >> >> >> http://gwt-code-reviews.appspot.com/1428810/ >> > > -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
