+ update readme

This commit is contained in:
Costin Leau
2011-12-14 17:32:13 +02:00
parent 25bec0be0e
commit 45e4b1c8d6
7 changed files with 4 additions and 135 deletions

View File

@@ -59,8 +59,7 @@ dependencies {
~~~~~
Latest GA release is _1.1.0.RELEASE_
Latest milestone is _1.1.0.RC1_
Latest nightly build is _1.2.0.BUILD-SNAPSHOT_
Latest nightly build is _1.1.1.BUILD-SNAPSHOT_
* Configure a GemFire cache and Region (replicated, partitioned, client and so on):
@@ -86,6 +85,7 @@ Latest nightly build is _1.2.0.BUILD-SNAPSHOT_
~~~~~ java
region.put(Long.valueOf(1), new Person("Jane", "Smith"));
~~~~~
* Or/And `GemFireTemplate` to interact with GemFire:
~~~~~ java