Add hazelcast-spring Sample

Fixes gh-274
This commit is contained in:
Mark Anderson
2015-08-18 23:38:32 +01:00
committed by Rob Winch
parent 68ad464b67
commit e3414ef11e
19 changed files with 554 additions and 1 deletions

View File

@@ -68,6 +68,11 @@ If you are looking to get started with Spring Session, the best place to start i
| Demonstrates how to use Spring Session with Hazelcast.
| TBD
[[samples-hazelcast-spring]]
| {gh-samples-url}hazelcast-spring[Hazelcast Spring]
| Demonstrates how to use Spring Session and Hazelcast with an existing Spring Security application.
| TBD
|===
[[httpsession]]
@@ -580,9 +585,18 @@ include::{indexdoc-tests}[tags=new-mapsessionrepository]
==== Using Spring Session and Hazlecast
The <<samples,Hazelcast Sample>> is a complete application demonstrating using Spring Session with Hazelcast.
To run it use the following:
./gradlew :samples:hazelcast:tomcatRun
The <<samples,Hazelcast Spring Sample>> is a complete application demonstrating using Spring Session with Hazelcast and Spring Security.
It includes example Hazelcast `MapListener` implementations that support firing `SessionCreatedEvent`, `SessionDeletedEvent` and `SessionExpiredEvent`.
To run it use the following:
./gradlew :samples:hazelcast-spring:tomcatRun
[[community]]
== Spring Session Community