InfoQ

InfoQ

Editor Specific Content View

All of Oliver Gierke's Content on InfoQ


Latest featured content by Oliver Gierke

Spring Data JPA – Repositories Done Right

Topics
SpringOne 2GX 2011,
SpringOne,
JPA,
Spring,
Conferences,
Java EE,
Java,
Dependency Injection,
SpringSource,
Domain-Driven Design,
Languages,
VMWare,
Methodologies,
Data Access,
Design Pattern,
Programming,
Database,
Patterns,
Object Oriented Design,
Design,
Companies

Oliver Gierke demoes using Spring Data JPA to create repositories using a Domain-driven Design approach.

Hades - JPA Repositories Done Right

Topics
Spring,
Java,
SpringSource,
Dependency Injection,
Domain-Driven Design,
Languages,
Methodologies,
Design,
Design Pattern,
VMWare,
Patterns,
Programming,
Object Oriented Design,
Companies

Almost every application has to access data to do its work. In a domain driven design approach one defines repositories for the entities that make up the domain. Java developers often use JPA to implement these repositories. Hades is an open source library that's built on top of JPA and Spring to significantly improve the implementation of data access layers by reducing the effort required.