The goal of the Spring Data GemFire project is to simplify the development of building highly scalable applications using GemFire as a distributed data management platform. The project consists of both Java and .NET versions.
http://www.springsource.org/download/community?project=Spring%20Data%20GemFire
Latest News
Downloads
Spring Data GemFire for Java | Spring GemFire for .NET
Project Resources
Current GA release - 1.3.0
| Spring GemFire for Java |
Spring GemFire for .NET |
|
|
|
Java Requirements
- Java 1.6 (or greater)
- GemFire Enterprise 6.5.x (or greater)
- Spring Framework 3.1.0 (or greater)
|
.NET Requirements
- .NET 2.0(or greater)
- GemFire Enterprise 6.0.x (or greater)
- GemFire Enterprise Native Client 3.0.0.9 (or greater)
- Spring 1.3.0 for .NET (or greater)
|
Additional Resources
Twitter
Follow the team members on Twitter at
Maven Dependency
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-gemfire</artifactId>
<version>1.3.0.RELEASE</version>
</dependency>
Note that since 1.1.0.RC1 the Maven IDs have been changed to aligned them with Spring Data conventions. They are
'org.springframework.data'/'spring-data-gemfire'
Maven Repositories
Milestone releases (such as 1.3.0.M1) are deployed to the SpringSource milestone repository
<repository>
<id>spring-maven-milestone</id>
<name>Springframework Maven Repository</name>
<url>http://repo.springsource.org/milestone</url>
</repository>
Nightly Builds Repository
Nightly snapshot builds are provided for testing and development purposes only. They are built by a CI process automatically using the latest snapshot from Git.
The snapshots are deployed to the SpringSource snapshot repository. To use them, just add the following repository to the POM:
<repository>
<id>spring-maven-snapshot</id>
<snapshots><enabled>true</enabled></snapshots>
<name>Springframework Maven SNAPSHOT Repository</name>
<url>http://repo.springsource.org/snapshot</url>
</repository>
Individual dependencies can then by added like so:
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-gemfire</artifactId>
<version>1.3.0.BUILD-SNAPSHOT</version>
</dependency>
Nightly build resources
Spring GemFire for Java
Spring Data GemFire for Java
Spring Data GemFire for .NET
Spring Data GemFire for Java
Spring Data GemFire for .NET