An Introduction to Spring Data JPABy Oliver Gierke Engineer, SpringSource, a division of VMware This webinar introduces the JPA module of the Spring Data project that allows developers to easily implement JPA based repositories in a sophisticated way. We start with a brief analysis of a plain JPA based repository implementation and outline pain points especially regarding the domain driven approach (lack of abstraction, tediousness of executing queries, pagination and so on). The main part of the webinar then takes a look at how Spring Data JPA provides solutions to those problems. code pour embarquer la vidéo : >>> http://www.youtube.com/embed/Yg2gCpBCkZw <<< |