Monday, July 4, 2011

Re: Does GWT 2.3 provide Synchronous RPC?

1. It does not.
2. The "synchronous" interface is the contract that your server-side
must implement. GWT.create also uses that class to find the Async
class.

On Jul 4, 10:38 am, Gunz <ganeshma...@gmail.com> wrote:
> Hi,
> I was trying to understand and implement RPC in GWT. In the
> StockWatcher example provide at GWT official website they implement
> the syncronous interface and also the asyncronous interface. However
> it also mentions that-  "It is not possible to call this version of
> the RPC directly from the client. You must create an asynchronous
> interface to all your services as shown below."
>
> My questions:
> 1. Does GWT 2.3 support synchronous RPC?
> 2. If not, why are we supposed to have the synchronous interface in
> the client package?
>
> Thanks

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

No comments:

Post a Comment