Results 1 to 4 of 4

Thread: Spring GemFire 1.0.0.RC1 Released!

  1. #1
    Join Date
    Jan 2005
    Location
    Bucharest, Romania
    Posts
    5,403

    Default Spring GemFire 1.0.0.RC1 Released!

    Dear Spring Community,

    I am pleased to announce the first release candidate of the Spring GemFire 1.0 project is now available for both Java and .NET!

    Downloads | JavaDocs | Reference Documentation | Changelog

    The Spring GemFire project aims to make it easier to build Spring-powered highly scalable applications using GemFire as distributed data management platform.

    To learn more about the project, visit the Spring GemFire Homepage.

    For the features in the .NET version, see the dedicated forum

    Looking forward to your feedback on this forum or in the issue tracker.
    Costin Leau
    SpringSource - http://www.SpringSource.com- Spring Training, Consulting, and Support - "From the Source"
    http://twitter.com/costinl
    Please use [ c o d e ] [ / c o d e ] tags

  2. #2

    Default how to synchronize data between Oracle and Spring-Gemfire or Gemfire?

    Dear all,
    I havent seen that how to synchronize between Oracle database and Spring-Gemfire.Pls anybody tell me about that?Pls paste some link references.... Thx!

  3. #3
    Join Date
    Jan 2011
    Location
    codecentric AG, Germany
    Posts
    17

    Default Re: Spring GemFire 1.0.0.RC1 Released

    Quote Originally Posted by Costin Leau View Post
    The Spring GemFire project aims to make it easier to build Spring-powered highly scalable applications using GemFire as distributed data management platform.
    Are there any plans for the GemfireTemplate to implement some general interface to provide an abstraction from the Gemfire API (like Spring Data Key-Value is an abstraction of Spring Redis)? At least the version of GemfireTemplate in

    org.springframework.data.gemfire:spring-gemfire:1.0.0.M2-SNAPSHOT

    does not implement any interface. There is a whole set of Spring projects for all kinds of NoSQL datastores (and abstractions of them). From what I know Gemfire is more or less key/value based.

    Cheers,
    Tobias

  4. #4
    Join Date
    Jan 2005
    Location
    Bucharest, Romania
    Posts
    5,403

    Default

    Tobias, next time please open a new thread instead of posting questions on an announcement.

    Regarding GemFireTemplate, is there a certain interface you're looking for? Speaking of Spring Data, if you look at the Spring Gemfire package you might notice that it's already part of the Spring Data project. Due to the way the project was started, Spring GemFire was announced and released first but it was always meant to be part of the Spring Data umbrella.

    Placing abstractions at this point is too early - they are likely too simplistic or not very performant - but we're eager to know if you have any suggestions.
    Costin Leau
    SpringSource - http://www.SpringSource.com- Spring Training, Consulting, and Support - "From the Source"
    http://twitter.com/costinl
    Please use [ c o d e ] [ / c o d e ] tags

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •