使用 Spring 进行用户会话管理
我正在开发一个 Flex java-spring Web 应用程序,并使用 hibernate 设置了业务逻辑。
我想维护会话,以便当用户登录时,我可以跟踪登录的用户以显示与用户名相关的信息。
如果可能的话,我想使用 spring 来做到这一点,并想知道是否有人可以将我重定向到教程,甚至解释实现此目的的方法,或者是否很难实现。
谢谢 克里斯
I am developing a flex java - spring web app and have set up the business logic using hibernate.
I want to maintain sessions so that when the user logs in , i can track the logged in user to display information that is related to the username.
I want to do this using spring if possible and wondered if anyone could redirect me to a tutorial or even explain the method to which this is achieved , or if it is hard to achieve.
Thanks
Chris
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Spring Security 是您需要的框架,是的,它非常简单。在 Google 上进行简单的搜索将为您提供大量帮助,但这是一个很好的起点: http://static.springsource.org/spring-security/site/start-here.html
Spring Security is the framework that you need and yes it's very straight forward. A simple search on Google will give you plenty of help but this is a great starting point: http://static.springsource.org/spring-security/site/start-here.html