Addison created GEODE-4283:
------------------------------
Summary: Improved Geode Native examples based on updated api
Key: GEODE-4283
URL: https://issues.apache.org/jira/browse/GEODE-4283
Project: Geode
Issue Type: Wish
Components: native client
Reporter: Addison
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. Not only should the examples be based
on the updated API, but should show users the differences between the old and
newly updated APIs to all for easier application updates. We should also move
the /examples repo from the geode-native repo to the geode-examples repo.
The examples should include:
C++ API examples
* 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 and Authentication example
C# API
* *Cache creation, pooling, put/get/remove of basic types
* Put/get of custom objects using the PDXAutoserializaer
* Put/get of custom objects requiring custom serialization
* OQL example
* Server-side Function execution
* Continuous query
* SSL and Authentication example
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)