SpringOne Replay: Spring Data Hazelcast: Fluently Accessing Distributed Repositories [Video]
Handling distributed respositories can be tricky, but with the Spring Data project and Hazelcast, you can incorporate the benefits of distributed data into your project.
Join the DZone community and get the full member experience.
Join For FreeThe 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.
Recorded at SpringOne Platform 2016.
Speaker: Victor Gamov, Neil Stevenson, Hazelcast
Published at DZone with permission of Pieter Humphrey, DZone MVB. See the original article here.
Opinions expressed by DZone contributors are their own.
Comments