Quick Guide to @RestClientTest in Spring Boot
The Master Class of "Learn Spring Security" is out: >> CHECK OUT THE COURSE 1. Introduction This article is a quick introduction to a new feature of the upcoming Spring Boot 1.4.0 release — the...
View ArticleA Guide to REST-assured
I just announced the Master Class of my "REST With Spring" Course: >> THE "REST WITH SPRING" CLASSES 1. Introduction REST-assured was designed to simplify the testing and validation of REST APIs...
View ArticleA Guide to FastJson
I usually post about Jackson and JSON stuff on Twitter - you can follow me there: Follow @baeldung 1. Overview FastJson is a lightweight Java library used to effectively convert JSON strings to Java...
View ArticleIntroduction To XMLUnit 2.x
The Master Class of "Learn Spring Security" is live: >> CHECK OUT THE COURSE 1. Overview XMLUnit 2.x is a powerful library that helps us test and verify XML content, and comes in particularly...
View ArticleIntro to Spring Security Expressions
1. Introduction In this tutorial we’ll focus on Spring Security Expressions, and of course on practical examples with these expressions. Before looking at more complex implementations (such as ACL),...
View ArticleQuick Guide to Spring MVC with Velocity
The Master Class of "Learn Spring Security" is out: >> CHECK OUT THE COURSE 1. Introduction Velocity is a template engine from the Apache Software Foundation that can work with normal text...
View ArticleJava Web Weekly, Issue 135
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 ArticleIntroduction to Spring with Akka
The Master Class of "Learn Spring Security" is out: >> CHECK OUT THE COURSE 1. Introduction In this article we’ll focus on integrating Akka with the Spring Framework – to allow injection of...
View ArticleIntroduction to AutoValue
1. Overview AutoValue is a source code generator for Java, and more specifically it’s a library for generating source code for value objects or value-typed objects. In order to generate a value-type...
View ArticleA Custom Security Expression with Spring Security
The Master Class of "Learn Spring Security" is out: >> CHECK OUT THE COURSE 1. Overview In this tutorial, we’ll focus on creating a custom security expression with Spring Security. Sometimes,...
View ArticleIntroduction 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 Article