Oliver Gierke currently works as a SpringSource engineer being the Project lead of Spring Data JPA and Spring Data MongoDB. He is an OpenSource enthusiast.
Talks I've Given
-
Spring Data REST - Repositories meet Hypermedia
Featuring Oliver Gierke
The Spring Data repository abstraction significantly eases implementing data access layers in Java. On top of that the REST module of the umbrella project provides a programming model to easily expose hypermedia-driven REST resources to interact with the repositories. The talk discusses the...
spring springx -
Spring Data JPA - Repositories done right
Featuring Oliver Gierke
The talk introduces the the Spring Data project in general with a focus on the JPA module that allows developers to easily implement JPA based repositories in a sophisticated way.
spring-data-jpa repositories domain-driven-design object-model jpa java spring springx -
REST assured - Hypermedia APIs with Spring MVC
Featuring Oliver Gierke
This talk introduces the Spring RESTBucks sample project to implement a business process in a hypermedia-driven way and discusses approaches to challenges in implementation and how the Spring HATEOAS library helps overcoming them.
rest spring-mvc spring java hateoas springx