Files
spring-data-gemfire/samples/hello-world
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
..
2010-09-16 14:25:00 +03:00
2011-11-13 18:44:26 +02:00
2012-03-19 21:03:40 +02:00
2011-07-20 18:48:30 +03:00

======================
== Hello World Demo ==
======================

1. MOTIVATION

As the name implies, this is a simple demo that illustrates the configuration
and interaction with the GemFire through the Spring container.

The demo starts and configures the GemFire grid and open up a basic shell for
executing commands against the grid.
Multiple nodes can be started which will share and exchange information transparently.

2. BUILD AND DEPLOYMENT

This directory contains the source files.
For building, JDK 1.5+ are required

To build the sample, use the following command:

*nix/BSD OS:
# ../../gradlew -q

Windows OS:
# ..\..\gradlew -q

If you have Gradle installed and available in your classpath, you can simply type:
# gradle -q