GWT and Google Cloud Endpoints

前端 未结 2 1553
醉酒成梦
醉酒成梦 2021-01-30 20:24

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

2条回答
  •  佛祖请我去吃肉
    2021-01-30 20:54

    Maybe i don't understand something. But everything seems (for me) to be very easy.

    1. GWT (client!) is not on the server. It is compiled Javascript executed in client's browser.

    2. Google plugin generates Javascript client code that calls Endpoint with suitable JSON.

    3. Above code can be called from GWT.

    Voila?

提交回复
热议问题