使用 com.google.gdata.contacts 的 GWT/GWT-RPC

发布于 2024-10-14 01:10:25 字数 347 浏览 4 评论 0原文

我正在整理一个教程,展示如何使用 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 技术交流群。

扫码二维码加入Web技术交流群
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文