开发者

Access Google Docs Spreadsheet from GWT

I want to use a Google Docs Spreadsheet as a key-value store from GWT, what is the best w开发者_JAVA技巧ay to implement this? I don't think I can use the Google API Client Library for Java since that seems to be a client-side Java library and uses java.net.HttpURLConnection. Would I have to use JSNI and the Javascript client?


Using JSNI and the JavaScript client is probably the best way. Another option would be to use the Java client on your server and proxy API calls through it from your client, but that seems unnecessary.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜