Examples

Examples that use GemFire clients.
Sort
Category
38 Results for
VMware GemFire .NET Client - Put, Get, Remove
This is VMware GemFire sample code with minimum functions like put, get and remove from a region on cache server(s). It's a command line simple program that connects to a region using cache factory o...
VMware GemFire .NET Client - Session State
This is VMware GemFire sample code that stores a session state for an ASP.NET app (basically .NET Web App). It's a simple command line program that connects to a region using a cache factory object a...
VMware GemFire .NET Client - SSL
Demonstrates basic SSL connection of a VMware GemFire .NET client with a GemFire cluster. It's a simple command line program that connects to a region using the cache factory object and does not invo...
VMware GemFire .NET Client - Using Client Cache XML & Properties File
This is VMware GemFire sample code that uses client.properties file along with client.xml file. This is a sample that uses client.properties file along with client.xml file. This approach applies the...
Spring - Convert Redis HTTP Session State to VMware GemFire
Three examples that show how to convert your Spring Session Data Redis app to use Spring Boot for Vmware GemFire. This repo contains examples of converting Spring Session Data Redis applications to u...
Spring - Convert Spring Data Redis Pub-Sub to VMware GemFire
This example highlights the changes necessary for switching to Spring Boot for VMware GemFire for a Spring Data Redis publish/subscribe app. The projects in this directory illustrate a Spring Boot ap...
REST Client in Python
A guide to using the GemFire REST API from a Python client. GemFire REST Client in Python At the end of this article is an example Python script that accesses a GemFire client using the REST API. To ...
Auto-Serialization Of Objects
This example demonstrates reflection-based auto-serialization to put objects into and get objects out of VMware GemFire regions without relying on Java, PDX, or data serialization. This is a simple e...