Possible, yes.

Problematic, yes.

The basic problem you'll run into is that GWT RPC uses a custom
version of JSON for serialization. Essentially, you would have to
recreate the GWT-RPC mechanism for your thick client, which may or may
not be difficult. I can't say how difficult, since I've never had to
do it, but I would wager that it would be easier to either

1) Leave GWT-RPC behind in favor of the more standard XML or JSON
methods.
2) Forget about having a thick Java client.

Personally, I would prefer 2, but I don't know your particular use
case.

On Aug 10, 9:39 pm, steven  a <[email protected]> wrote:
> Hi,
>
> Is it possible to call the GWT RPC Server from an remote Java client,
> instead of from GWT client?
>
> -steve
--~--~---------~--~----~------------~-------~--~----~
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