A few days ago I\'ve started developing a Backend for Mobile Applications using Google App Engine and Google Cloud Endpoints. This tutorial shows how the endpoints are getting g
Maybe i don't understand something. But everything seems (for me) to be very easy.
GWT (client!) is not on the server. It is compiled Javascript executed in client's browser.
Google plugin generates Javascript client code that calls Endpoint with suitable JSON.
Above code can be called from GWT.
Voila?