Friday, July 8, 2016

Re: Cascading GWT Application ?

Since you're building a new application with GWT, I strongly suggest you not to use GWT RPC. Take a look at this thread about the subject.

Take a look at the RestyGWT 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 google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment