We have implemented synchronous calls in our project, but we had to
make changes to the source code of GWT and create our own
distribution.  It has been working well for us, but try and limit its
use to short calls to the server that run quickly since it will freeze
up all browsers completely except for FF.  I did a long test run by
putting the server thread to sleep for a minute.  All browsers handled
this a little differently with IE reporting (Not Responding) until the
request returned and Safari actually canceling the request after about
10 seconds.

For these reasons I understand why the GWT team is hesitant if not
down right opposed to making this functionality part of the toolkit,
but it certainly has made our code cleaner and easier to code and
comprehend when it is useful.

>From our standpoint it would be nice if this was standard in GWT so I
don't need to keep patching every new release of the framework.

How many other projects out there using GWT could benefit from this
functionality?

What does the GWT team think about adding this functionality to the
toolkit.



On May 14, 8:05 am, fomba collins <[email protected]> wrote:
> Hi, Is there a way of making synchronous calls in GWT using RPC. I actually 
> need something on the client side to ensure that the asynchronous processing 
> in rpc is complete. Can Anyone help?   
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Google Web Toolkit" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to 
> [email protected].
> For more options, visit this group 
> athttp://groups.google.com/group/google-web-toolkit?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to