How can I call a GWT RPC method on a server from a non GWT (but Java) gapplication?

后端 未结 5 1095
感动是毒
感动是毒 2020-12-24 08:56

I have a regular Java application and want to access an GWT RPC endpoint. Any idea how to make this happen? My GWT application is on a GAE/J and I could use REST for example

5条回答
  •  情歌与酒
    2020-12-24 09:57

    You can find what you search in this article about GwtRpcCommLayer : http://googlewebtoolkit.blogspot.com/2010/07/gwtrpccommlayer-extending-gwt-rpc-to-do.html

提交回复
热议问题