Database Migrations with Flyway

This article describes key concepts of Flyway and how we can use this framework to continuously remodel our application’s database schema reliably and easily.

Java Web Weekly, Issue 137

A relaxed week after SpringOne, but still chock full of goodness with the new plans for Spring 5, a solid analysis of the code of reflection among other things.

Intro to the Jackson ObjectMapper

The article discusses Jackson’s central ObjectMapper class, basic serialization and deserialization as well as configuring the two processes.

JMockit 101

A simple and practical guide to testing and mocking with JMockit.