Files
spring-data-gemfire/samples
2011-04-26 11:26:09 +03:00
..
2010-10-13 11:40:56 -04:00
2011-04-26 11:26:09 +03:00
2010-10-13 11:40:56 -04:00
2011-04-26 11:26:09 +03:00
2011-02-11 15:13:12 +02: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 Maven 2.0.7+ and JDK 1.5+.

Each module should be run from its top folder using maven:

# mvn clean install

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

If you experience network problems under Linux, try passing "-Djava.net.preferIPv4Stack=true" to the command.
See https://jira.springsource.org/browse/SGF-28 for more information.