Spring Data GemFire
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. 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
#repos
Latest News
DownloadsSpring Data GemFire for Java | Spring GemFire for .NET Project ResourcesCurrent GA release - 1.3.0
Additional ResourcesFollow the team members on Twitter at
Maven Dependency<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 RepositoriesMilestone 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 RepositoryNightly 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 resourcesSpring GemFire for Java
Spring Data GemFire for Java
Spring Data GemFire for .NET
Spring Data GemFire for Java Spring Data GemFire for .NET |
Quick Jump
Release SummarySpring Data GemFire for Java
DocumentationSpring Data GemFire for Java
Spring Data GemFire for .NET
Other ResourcesSpring Data GemFire for Java Spring Data GemFire for .NET
Related DiscussionsSpring Data GemFire for Java
|




