xmlrpc vs json/rest on java google appengine 与 android 客户端
有人可以给我指出一个参考文献,它给出了 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对于 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.