Spring Session 1.0.0.RELEASE
Join the DZone community and get the full member experience.
Join For FreeThis release was published by Rob Winch
I’m pleased to announce the release of Spring Session 1.0.0.RELEASE. You can find the release in Maven Central.
NOTE
At this time search.maven.org has not yet indexed spring-session yet, but it will resolve as a maven dependency from Maven Central.
Features
Spring Session provides the following features:
- API and implementations (i.e. Redis) for managing a user’s session
- HttpSession - allows replacing the HttpSession in an application container (i.e. Tomcat) neutral way. Additional features include:
- Clustered Sessions - Spring Session makes it trivial to support clustered sessions without being tied to an application container specific solution.
- Multiple Browser Sessions - Spring Session supports managing multiple users’ sessions in a single browser instance (i.e. multiple authenticated accounts similar to Google).
- RESTful APIs - Spring Session allows providing session ids in headers to work with RESTful APIs
- WebSocket - provides the ability to keep the HttpSession alive when receiving WebSocket messages
- Lot’s of sample applications with Guides to get you started fast!
A special thanks to all the community feedback and support. I’d like to especially thankChristopher Smith for all of his great feedback. If you find an issue or what a new feature, please report it or better yet create a pull request.
Spreading the Word
If you are excited about Spring Session, help show the love!
Published at DZone with permission of Pieter Humphrey, DZone MVB. See the original article here.
Opinions expressed by DZone contributors are their own.
Trending
-
The Role of AI and Programming in the Gaming Industry: A Look Beyond the Tables
-
VPN Architecture for Internal Networks
-
Designing a New Framework for Ephemeral Resources
-
Five Java Books Beginners and Professionals Should Read
Comments