Since you're building a new application with GWT, I strongly suggest you 
not to use GWT RPC. Take a look at this thread 
<https://groups.google.com/forum/#!topic/google-web-toolkit/34viZIdAjBQ> 
about the subject.

Take a look at the RestyGWT <https://resty-gwt.github.io/> project. You 
still have type-safe communication with the server, but using REST instead 
of the proprietary GWT RPC mechanism. It's pretty simple to use and you 
won't miss RPC once you get used to it. The ideal point to start using it 
is at the beginning of the project, because porting away from RPC can be 
slow and painful if you build an entire application on top of it.

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" 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 https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

Reply via email to