[gwt-contrib] JsonRequestProcessor and multiple findEntity calls

2010-11-03 Thread Alexei
Hello, I sent the question below to the general GWT discussion group first, but unfortunately I didn't get any reply. So it's my second try here. Thank's in advance! I've just created a small test GWT 2.1 application to play a bit with the request factory. It works cool on the client side but I

Re: [gwt-contrib] JsonRequestProcessor and multiple findEntity calls

2010-11-03 Thread David Chandler
Hi Alexei, sorry for the slow response. I confirmed this with bobv and was working on a reply but got sidetracked. The behavior you're seeing is expected in the current implementation. This will be reduced slightly by the server-side refactoring in progress. In the 2.1.1 codebase, all incoming

Re: [gwt-contrib] JsonRequestProcessor and multiple findEntity calls

2010-11-03 Thread David Chandler
PS The refactoring I mentioned is available for review at http://gwt-code-reviews.appspot.com/1062801/show On Wed, Nov 3, 2010 at 5:35 PM, David Chandler drfibona...@google.com wrote: Hi Alexei, sorry for the slow response. I confirmed this with bobv and was working on a reply but got

Re: [gwt-contrib] JsonRequestProcessor and multiple findEntity calls

2010-11-03 Thread Tim Murison
The behavior you're seeing is expected in the current implementation. This will be reduced slightly by the server-side refactoring in progress. In the 2.1.1 codebase, all incoming objects will trigger two finds.  The first is to load the domain object to process the request.  The second will