The Wayback Machine - https://web.archive.org/web/20201028021926/https://github.com/maliksalman/gemfire-playground
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

README.md

Gemfire Playground

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

gemfire-server

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

gemfire-client-region

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

gemfire-client-session

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.

gemfire-client-json-session

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

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.