xmlrpc vs json/rest on java google appengine 与 android 客户端

发布于 2024-08-01 13:55:15 字数 256 浏览 6 评论 0原文

有人可以给我指出一个参考文献,它给出了 xmlrpc 或 json/rest 的“完整循环”示例实现(都带有 android 客户端和 java appengine 后端)吗? 我找到了一个 python 示例,但正在努力寻找 java 版本。

奖励积分(不是真的),但如果有人可以提供一个将传输机制抽象出来的积分,以便两者可以互换,我将永远支持他们。 任何他们都会在我为此而组装的软件中获得荣誉(无论其价值如何)。

谢谢,

理查德。

Can someone please point me to a reference which gives a "full circle" example implementation of either (both with android client and java appengine back end) xmlrpc or json / rest ? I have found a python example but am struggling to find a java version.

Bonus points (not really) but if anyone could provide one where the the transport mechanism is abstracted out so the two are interchangable, I would be eternally in their favour. Any they'd get a credit in the software I'm putting together for this (for what it's worth).

Thanks,

Richard.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

寂寞清仓 2024-08-08 13:55:15

对于 XMLRPC,我不久前制作了一个 MetaWeblogAPI(Blogger 使用的)后端,以便在 GAE 下运行。

我将源代码保存在 BitBucket 中。 至于客户端,我使用的是 Apache XMLRPC,所以它应该很容易实现。 无论如何,您可以使用 Word 和/或 Windows Live Writer 作为此特定情况的测试。

For XMLRPC, I made a while ago a MetaWeblogAPI (which Blogger uses) backend for running under GAE.

I kept the sources at BitBucket. As for a client, well, I am using Apache XMLRPC, so it should be easy to implement. Anyway, you would use either Word and/or Windows Live Writer as a testing for this particular case.

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