开发者

Access Google Docs Spreadsheet from GWT

开发者 https://www.devze.com 2023-02-01 03:13 出处:网络
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

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

精彩评论

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