>
> I've made some apps but still using RPC. I was wondering now if there were 
> a better way than that for server communication. 
>

RPC is probably the most convenient for beginners, but if you think you may 
need to push messages to the client at some point, I'd just go for a plain 
websocket solution instead and de-/serialize your objects as JSON.  I've 
done that with Jackson on the serverside and GWT-Jackson on the clientside 
together with a few lines of javascript to open the websocket.  Pretty 
simple, but effective and flexible. 

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

Reply via email to