Spring Data Repositories -- A Deep Dive

Recorded at SpringOne 2GX 2012 in Washington, DC Speaker: Oliver Gierke The repository abstraction layer is one of the core pieces of the Spring Data projects. It provides a consistent, interface-based programming model to allow implementing data access layers easily. The talk will start with a brief introduction and dive into best practices and implementation patterns later one. We will conclude the session with an overview over what can actually be built on top of this generic repository abstraction and discuss integration hooks into Spring MVC and REST webservices.