Android 中的 REST Web 服务使用

发布于 2024-12-06 09:39:39 字数 406 浏览 0 评论 0原文

我在这里有一个关于“使用 Spring 3 MVC HttpMessageConverter 功能构建 RESTful Web 服务”的教程: http://www.ibm.com/developerworks/webservices/library/wa-restful/index.html

但我不确定android是否支持这个?如果是,我如何在我的 Android 应用程序中调用这些 Web 服务并使用它?

或者我必须选择 JSON 和 Jesrey、JAVA - RX 等?

有什么帮助吗?

谢谢,
斯内哈

I have got a tutorial on "Build RESTful web services with the Spring 3 MVC HttpMessageConverter feature" here : http://www.ibm.com/developerworks/webservices/library/wa-restful/index.html

But I am not sure if android supports this? If yes, how can i call these web services in my android application and use it??

Or do I have to go for JSON and Jesrey, JAVA - RX etc??

Any help??

Thanks,
Sneha

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

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

发布评论

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

评论(1

狼亦尘 2024-12-13 09:39:39

我知道 Android 应用程序调用 Web 服务 - 但实际上还没有开发过这样的应用程序。实际的有效负载可以是 JSON 或 XML - 我假设您正在 Android 设备上构建客户端,而服务器托管在其他地方。如果是这种情况,该 API 应该与您在桌面上用于访问 Web 服务的 API 没有太大区别。

斯拉万。

I know of Android applications invoking web services - havent actually worked on such an app though. The actual payload can be JSON or XML - I am assuming you are building the client on the Android device and the server is hosted somewhere else. If this is the case, the API should not be much different from what you use on the desktop to access a web service.

Sravan.

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