Friday, July 11, 2014

Re: Best server communication

If you want to use REST calls :

In my company, on the backend we use Tomcat + Jersey (JAX-RS 2.0) : https://jersey.java.net/
You could also have a look to JBoss + RestEasy:  http://resteasy.jboss.org/

For our GWT client we use RestyGWT to make the REST calls. http://resty-gwt.github.io/ , I wrote a tutorial on how to make RestyGWT talk to a Tomcat + Jersey, it might help http://ronanquillevere.github.io/2014/03/16/gwt-rest-app.html

Of course your can still build your own queries by using RequestBuilder if you prefer.

Good luck ;)



On Saturday, June 21, 2014 7:50:19 PM UTC+2, mamadou lakhassane cisse wrote:
Hi people I'm a newbie in GWT. I've made some apps but still using RPC. I was wondering now if there were a better way than that for server communication. Thanks in advance.

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

No comments:

Post a Comment