android作为spring mvc的视图层

发布于 2024-09-11 04:47:42 字数 267 浏览 5 评论 0原文

我们正在尝试将 J2ee Web 应用程序之一转换为 Android 应用程序。 这个想法是,android 设备将成为 spring mvc 的一种视图层。基本上,andoird 应用程序将调用服务器上的控制器,控制器将使用 JSON 响应 android 应用程序。一种 RESTfull 的做法。 问题 1)关于如何在这种情况下维持会话的任何建议。 或者你们可以建议更好的转换方法。 Android 的示例 facebook 应用程序管理会话和登录/注销并与其服务器通信。我想知道该怎么做。

问候。

We are trying to convert one of our J2ee web application to android application.
The idea is that android device will be kind of view layer of spring mvc. Basically the andoird application will invoke the controller on the server and the controller will respond with JSON to the android application. Kind of RESTfull way of doing it.
Question
1)Any suggestions on how to maintain sessions in this situation.
Or if you guys can suggest better way of doing the conversion. Example facebook app of android manages sessions and login/logout and communicate with its servers. I am wondering how to do that.

Regards.

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

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

发布评论

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

评论(1

赤濁 2024-09-18 04:47:42

有一个关于为 Android 构建 RESTfull 应用程序的 Google IO 会议。这是非常有用的。您可以在此处观看或下载幻灯片: http://code.google.com/events/io/2010/sessions/developing-RESTful-android-apps.html

另外,Google IO Session Scheduler 应用也是一个优秀来源参考。它说明了许多 Android UI 模式:http://code.google.com/p/iosched/

There was a Google IO session on building RESTfull apps for Android. It's quite informative. You can watch it or download the slides here: http://code.google.com/events/io/2010/sessions/developing-RESTful-android-apps.html

Also, the Google IO Session Scheduler app is an excellent source reference. It illustrates a number of Android UI patterns: http://code.google.com/p/iosched/

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