使用 com.google.gdata.contacts 的 GWT/GWT-RPC
我正在整理一个教程,展示如何使用 Java 组合 GWT、RPC 和 gData API
我想利用现有的 gdata 联系人类(来自 gdata-contacts-3.0.jar 等)与客户端逻辑,但是还没有弄清楚如何继承 gdata 类——似乎没有 gxt.xml 配置允许将 gData 类用于 GWT 模块。
我能想到实现此目的的唯一方法是使用服务器端逻辑中的 gdata API 提取所需的信息,并将信息重新打包到自定义类中的 String 字段中,我可以使用 GWT-RPC 与客户端传递该字段。
哎哟! -- 这感觉就像我在不必要地重新发明轮子……
感谢建议,因为我试图展示利用现有 API 是多么容易。
I am putting together a tutorial showing how combine GWT, RPC and the gData API using Java
I would like to utilize the existing gdata contacts classes (from gdata-contacts-3.0.jar et.al.) with the client-side logic, but have not figured out how I can inherit the gdata classes -- there does not appear to be a gxt.xml configuration which would allow the gData classes to be used a GWT modules.
The only way I can think of accomplishing this is to extract the information I need using the gdata API in the server-side logic and repackage the information into String fields within a custom class that I can pass to and from the client using GWT-RPC.
Yuk! -- this feels like I am needlessly reinventing the wheel...
... advice appreciated, as I am trying to show how easy it is to leverage the existing APIs.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请参阅 http: //www.insideit.fr/post/2009/02/09/Leveraging-Google-Data-APIs-Java-client-library-with-GWT
see http://www.insideit.fr/post/2009/02/09/Leveraging-Google-Data-APIs-Java-client-library-with-GWT