Introduction to Immutables
The Master Class of "Learn Spring Security" is live: >> CHECK OUT THE COURSE 1. Introduction In this article we will be showing how to work with the Immutables library. Immutables consists of...
View ArticleSpring JSON-P with Jackson
I just announced the Master Class of my "REST With Spring" Course: >> THE "REST WITH SPRING" CLASSES 1. Overview If you’ve been developing anything on the web, you’re aware of the same-origin...
View ArticleQuick Guide to Spring Controllers
The Master Class of "Learn Spring Security" is out: >> CHECK OUT THE COURSE 1. Introduction In this article we’ll focus on a core concept in Spring MVC – Controllers. 2. Overview Let’s start by...
View ArticleJMockit Advanced Usage
1. Introduction In this article, we’ll go beyond the JMockit basics and we’ll start looking at some advanced scenarios, such as: Faking (or the MockUp API) The Deencapsulation utility class How to...
View ArticleA Guide to Mapping With Dozer
The Master Class of "Learn Spring Security" is live: >> CHECK OUT THE COURSE 1. Overview Dozer is a Java Bean to Java Bean mapper that recursively copies data from one object to another,...
View ArticleJava Web Weekly, Issue 136
I just released the Master Class of "Learn Spring Security": >> CHECK OUT THE COURSE At the very beginning of last year, I decided to track my reading habits and share the best stuff here, on...
View ArticleA Guide to Spring Cloud Configuration
The Master Class of "Learn Spring Security" is out: >> CHECK OUT THE COURSE 1. Overview Spring Cloud Config is Spring’s client/server approach for storing and serving distributed configurations...
View ArticleA Guide to JaCoCo
The Master Class of "Learn Spring Security" is live: >> CHECK OUT THE COURSE 1. Overview Code coverage is a software metric used to measure how many lines of our code are executed during...
View ArticleIntroduction To Orika
The Master Class of "Learn Spring Security" is live: >> CHECK OUT THE COURSE 1. Overview Orika is a Java Bean mapping framework that recursively copies data from one object to another. It can be...
View ArticleAsynchronous Batch Operations in Couchbase
I usually post about Persistence on Twitter - you can follow me there: Follow @baeldung 1. Introduction In this follow-up to our tutorial on using Couchbase in a Spring application, we explore the the...
View ArticleIntroduction to Thread Pools in Java
The Master Class of "Learn Spring Security" is live: >> CHECK OUT THE COURSE 1. Introduction This article is a look at thread pools in Java – starting with the different implementations in the...
View ArticleJava Web Weekly, Issue 137
I just released the Master Class of "Learn Spring Security": >> CHECK OUT THE COURSE At the very beginning of last year, I decided to track my reading habits and share the best stuff here, on...
View ArticleGuide to Spring NonTransientDataAccessException
The Master Class of "Learn Spring Security" is out: >> CHECK OUT THE COURSE 1. Overview In this quick tutorial, we will go through the most important types of the common...
View ArticleHibernate Criteria Queries
1. Overview In this article we are going to discuss a very useful feature of Hibernate – the Criteria Queries. It not only enables us to write queries without doing raw SQL, but also gives us some...
View ArticleRegistration with Spring – Integrate reCAPTCHA
I just released the Master Class of "Learn Spring Security": >> CHECK OUT THE COURSE 1. Overview In this article we’ll continue the Spring Security Registration series by adding Google reCAPTCHA...
View ArticleJackson vs Gson
I usually post about Jackson and JSON stuff on Twitter - you can follow me there: Follow @baeldung 1. Introduction In this article we’ll compare the Gson and Jackson APIs for serializing and...
View ArticleIntroduction to JSF Expression Language 3.0
The Master Class of "Learn Spring Security" is live: >> CHECK OUT THE COURSE 1. Overview In this article, we’ll look at the latest features, improvements and compatibility issues of Expression...
View ArticleIntroduction to Spring MVC HandlerInterceptor
The Master Class of "Learn Spring Security" is out: >> CHECK OUT THE COURSE 1. Introduction In this tutorial we’ll focus on understanding the Spring MVC HandlerInterceptor and how to use it...
View ArticleHibernate Second-Level Cache
I usually post about Persistence on Twitter - you can follow me there: Follow @baeldung 1. Overview One of the advantages of database abstraction layers such as ORM (object-relational mapping)...
View ArticleGuide To CompletableFuture
The Master Class of "Learn Spring Security" is live: >> CHECK OUT THE COURSE 1. Introduction This article is a guide to the functionality and use cases of the CompletableFuture class –...
View Article