Files
spring-data-geode/samples
Costin Leau a194942d89 backport from 1.1.x
33e3a6c - c20602d meaning:
c20602d
7f9a096
d439f9b
33e3a6c

changed xsd:boolean to string SGF-78
handle CACHING_PROXY in client FB
SGF-80
update spring & gemfire dependencies
update changelog
re-add handle CACHING_PROXY in client FB
SGF-80
2012-03-19 21:03:40 +02:00
..
2012-03-19 21:03:40 +02:00
2011-07-20 18:48:30 +03:00

Spring GemFire Samples
----------------------

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.