Introduction to Spring Data JPA with Spring 4 – the Spring config, the DAO, manual and generated queries and transaction management.
Baeldung Author
Eugen Paraschiv
I’m a software engineer with a passion for REST, TDD and clean code, Web Security and Data Mining. Baeldung is about all of these and more.
Here's what I've written (so far):
Multipart Upload with HttpClient 4
Filed under HTTP Client-Side
How to upload an entity using multipart upload with the HttpClient.
The Baeldung Weekly Review 20
Filed under Weekly Review
Lots of resources this week about TDD, live testing of external services, design and Java 8 – a solid week.
The Baeldung Weekly Review 19
Filed under Weekly Review
This week we talk about language and API design nuances, Two-Factor authentication, passwords, and of course testing and TDD.
The Baeldung Weekly Review 18
Filed under Weekly Review
This week is definitely about testing – TDD, Unit Testing and the new test support in the upcoming Spring Security 4.
Sorting with Hibernate
Filed under Persistence
Sort with Hibernate 4 using HQL or the Criteria API.
The Baeldung Weekly Review 17
Filed under Weekly Review
An solid week for both Java and Spring, as well as very good article (and followup) on building a Hypermedia service from the well known FizzBuzz interview problem.
Sorting with JPA
Filed under Persistence
How to Sort in JPA using JQL or the Criteria API.
The Baeldung Weekly Review 16
Filed under Weekly Review
This week is all about series and Spring, as well as a back and forth about refactoring as waste and a good start for a set of generic acceptance criteria.
The Baeldung Weekly Review 15
Filed under Weekly Review
The highlights of this week are some great Java 8 usage of lambdas and concurrency improvements, a few helpful Spring posts and a handful of fantastic articles in the “Musings” section.
The Baeldung Weekly Review 14
Filed under Weekly Review
This week was packed full of Java 8 articles, a few testing gems and some well researched analyses of production issues.
Hibernate Pagination
Filed under Persistence
Pagination in Hibernate – using basic HQL, ScrollableResults as well as the more flexible and type-safe Criteria API.
JPA Pagination
Filed under Persistence
Pagination in JPA – how to use JQL and the Criteria API to do pagination correctly.
The Baeldung Weekly Review 13
Filed under Weekly Review
This week is all about systems in production – starting with a couple of great articles about making sense of log files, real-time analytics and a pragmatic view on reporting.
The Baeldung Weekly Review 12
Filed under Weekly Review
The highlights of this week include the second installment of a great TDD video series, a host of Spring releases and webinars, and of course some solid Java 8 resources.
The Baeldung Weekly Review 11
Filed under Weekly Review
The week when Java 8 came out – a few good Java 8 articles, some resources on Continuous Delivery and TDD that you should not miss, and an exciting HTTP(S) development.
The Baeldung Weekly Review 10
Filed under Weekly Review
Great week with lots of articles – from TDD, Software Development attitude, the Circuit Breaker pattern (good one to know) and Programmer Podcasts.
The Baeldung Weekly Review 9
Filed under Weekly Review
The 9h weekly review starts with the usual Spring releases and great webminars, API architecture and testing resources.
The Baeldung Weekly Review 8
Filed under Weekly Review
The 8th weekly review, going wide from the design of a new Hypermedia type to best practices on Unit Testing, and a slew of Spring releases.
Basic Authentication with the RestTemplate
Filed under HTTP Client-Side, Security, Spring Web
How to do Basic Authentication with the Spring RestTemplate.