android作为spring mvc的视图层
我们正在尝试将 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有一个关于为 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/