The aim of this post is to summarize and review ways of formatting Java Time objects using Spring Boot and Jackson library.
This post is Read more
The aim of this post is to summarize and review ways of formatting Java Time objects using Spring Boot and Jackson library.
This post is Read more
From time to time I have a need to do some fixes in my json data. In a world of flat files I do this Read more
In my real-world scenario I have a REST service for AJAX purposes. It renders data series for graphs. I want to test it with groovy’s Read more
One of a reasons your controller doesn’t render a proper response in JSON format might be wrong package name that you use. It is easy Read more
DataTables is a JQuery plugin, facilitating building Ajax table editors. In this example, I show how to connect it to JEE backend, which is a Read more