Files
spring-data-geode/samples
John Blum 6c1f9a6545 SGF-560 - Add 'spring-geode' and 'spring-data-geode' XML Schemas (XSD) for the 1.0.0.APACHE-GEODE-INCUBATING-RELEASE.
Refactor all SDG XML configuration files to use the new 'spring-geode' and 'spring-data-geode' XML schemas, respecitvely.

Fix test failures.
2016-11-02 19:20:22 -07:00
..

Spring GemFire Samples
----------------------
NOTE: Spring Data GemFire Sample code has been moved to https://github.com/SpringSource/spring-gemfire-examples
-----------------------------------------------------------------------------------------------------------------
This folder contains various various demo applications and samples for Spring GemFire.

Please see each folder for detailed instructions (readme.txt).

As a general rule, each demo provides an integration tests that bootstraps
the GemFire platform, installs the demo and its dependencies and interacts with 
the application.

SAMPLES OVERVIEW
----------------

* hello-world
A simple demo for configuring and interacting with the GemFire grid.


BUILDING AND DEPLOYMENT
-----------------------

All demos require JDK 1.5+.

Each module should be run from its top folder using gradle wrapper:

# ../../gradlew

RUNNING UNDER LINUX
-------------------

If you experience network problems under Linux, try passing "-Djava.net.preferIPv4Stack=true" to the command 
(note this is passed automatically when using the provided script).
See https://jira.springsource.org/browse/SGF-28 for more information.