Get ahead
VMware offers training and certification to turbo-charge your progress.
Learn moreRecorded at SpringOne Platform 2016. Speaker: Victor Gamov, Neil Stevenson, Hazelcast Slides: http://www.slideshare.net/SpringCentral/spring-data-hazelcast-fluently-accessing-distributed-repositories
The primary goal of the Spring Data project is to make it easier to build Spring-powered applications that use data access technologies.
In this talk, Neil and Viktor will present using a new Spring Data for Hazelcast project and demonstrate how using the Spring Data paradigm gains the power of a distributed data repository.
The implementation is built on the new Spring Data KeyValue module and is one of the first projects to do this. This module provides infrastructure components for creating repository abstractions for stores dealing with Key/Value pairs like java.util.Map or Hazelcast IMap.
Through the means of the repository interface, CRUD operations and expression-based query methods can interrogate an in-memory data store in a manner consistent with the other Spring Data projects so developers can become productive quickly and easily.