Skip to content

Sample projects to learn about accessing gemfire from spring-boot applications

Notifications You must be signed in to change notification settings

maliksalman/gemfire-playground

Repository files navigation

Gemfire Playground

A bunch of spring-boot apps to demonstrate how to use gemfire for object or http-session caching.

This is a boot app which starts a single node gemfire cache-server and locator-server.

This is a boot app which acts as a gemfire client to cache simple string objects.

This is a boot app which uses the spring-session abstraction to cache http-session objects in gemfire. The gemfire server needs to have access to the same version of spring-session classes as used in the client.

This is a boot app which uses the spring-session abstraction to cache http-session objects in gemfire. It implements a custom spring-session repository which serializes/deserializes http-session object to/from JSON strings. This means that the gemfire server doesn't need to be aware of the java classes used in the client.

About

Sample projects to learn about accessing gemfire from spring-boot applications

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages