Binary Data Formats in a Spring REST API Data REST Spring 1. Overview While JSON and XML are widely popular data transfer formats when it comes to REST APIs, they’re not the only options available. There exist many other formats with varying degree of serialization speed and serialized data size.… Continue Reading spring-rest-api-with-binary-data-formats

The Intermediate Class of REST With Spring Is Out REST Spring Overview Yesterday, I finally lunched the Intermediate Class of my REST With Spring course. First off, for everyone that has written in with great feedback, thank you. I incorporated all of that insight into the material and added a… Continue Reading rest-with-spring-intermediate-class-is-out

A Guide to the Problem Spring Web Library 1. Overview In this tutorial, we’re going to explore how to produce application/problem+json responses using the Problem Spring Web library. This library helps us to avoid repetitive tasks related to error handling. By integrating Problem Spring Web into our Spring Boot application, we can simplify the… Continue Reading problem-spring-web

Integration Testing in Spring 1. Overview Integration testing plays an important role in the application development cycle by verifying end-to-end behavior of the system. In this article we will see how we can leverage the Spring MVC test framework in order to write and run integration tests that test controllers… Continue Reading integration-testing-in-spring