Spring Projects

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.

#repos

Latest News

Downloads

Spring GemFire for Java | Spring GemFire for .NET

Project Resources

Current GA release - 1.1.0

Spring GemFire for Java Spring GemFire for .NET
Source Control Git
Source Changelog Fisheye
API Documentation HTML
Reference Documentation HTML | PDF
Forum Forum
Issue Tracker JIRA
Build Status Bamboo
Source Control Git
Source Changelog Fisheye
API Documentation HTML
Reference Documentation HTML | PDF
Forum Forum
Issue Tracker JIRA

Java Requirements

  • Java 1.5 (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

Presentations

Twitter

Follow the team members on Twitter at

 

Maven Repositories

Milestone 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>
<groupId>org.springframework.data.gemfire</groupId>
<artifactId>spring-gemfire</artifactId>
<version>1.0.1.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'

 

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 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 resources

Spring GemFire for Java

Javadocs HTML
Reference Documentation HTML | PDF

 

Current GA release - 1.1.0

Spring GemFire for Java

Spring GemFire for .NET

Spring GemFire for Java

Spring GemFire for .NET

 

 


Quick Jump

Download
Maven Artifacts

Documentation
Discussions

 


Release Summary

Spring GemFire for Java
Spring GemFire for .NET

 


Documentation

Current GA release - 1.1.0

Spring GemFire for Java

Spring GemFire for .NET

 


Other Resources

Spring GemFire for Java

Spring GemFire for .NET

 


Related Discussions

Spring GemFire for Java
Spring GemFire for .NET