Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
The goal of this ticket is to update the Geode Native examples. Geode Native has been standardizing its C++ API on C++ 11 that also includes changes to things like Cache creation and pooling. These examples should live in geode-native /examples.
The examples should include:
C++ & C# API examples for
- Cache creation, pooling, put/get/remove of basic types
- Put/get of custom objects requiring custom serialization
- OQL example
- Server-side Function execution
- Continuous query
- SSL example
- Authentication example
C# API specific example
- Put/get of custom objects using the PDXAutoserializaer
All examples should include a start_server.sh (and powershell scripts for C# examples), and a way to build the client code (vs project or cmake file)