Spring GemFire
Spring GemFire Integration is a top-level Spring project. This project's purpose is to make it easier to build Spring-powered highly scalable applications using GemFire as a distributed data management platform. The project consists of both Java and .NET versions. Spring GemFire Integration is a top-level Spring project. This project's purpose is to make it easier to build Spring-powered highly scalable applications using GemFire as a distributed data management platform. The project consists of both Java and .NET versions.
http://www.springsource.com/download/community?project=Spring%20GemFire
#repos
Latest News
DownloadsSpring GemFire for Java | Spring GemFire for .NET Project ResourcesCurrent GA release - 1.1.0
Additional Resources
Presentations
Follow the team members on Twitter at
Maven RepositoriesMilestone releases (such as 1.1.0.RC1) are deployed at:
<repository>
<id>spring-maven-milestone</id>
<name>Springframework Maven Repository</name>
<url>http://maven.springframework.org/milestone</url>
</repository>
The repository is browsable here. Here is the 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'
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 a Maven2 snapshot repository (browsable here). 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://maven.springframework.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.1.0.BUILD-SNAPSHOT</version> </dependency>
Nightly build resourcesSpring GemFire for Java
Current GA release - 1.1.0 Spring GemFire for Java
Spring GemFire for .NET
Spring GemFire for Java Spring GemFire for .NET |
Quick Jump
Release SummarySpring GemFire for Java
DocumentationCurrent GA release - 1.1.0 Spring GemFire for Java
Spring GemFire for .NET
Other ResourcesSpring GemFire for Java Spring GemFire for .NET
Related DiscussionsSpring GemFire for Java
|








