Files
spring-data-geode/samples/hello-world
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
..
2012-07-04 12:41:04 -04: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