Tag Archives: Spring

Quest For the Spring Data DynamoDB Grail

By | December 11, 2020

The following are a few words and some simple examples showing how to use Spring Data DynamoDB to store and retrieve data in a DynamoDB database. In the example, which consists of a few tests, I will use a local instance of DynamoDB running in a container. No prior knowledge of DynamoDB is assumed, though… Read More »

Spring Boot and Tracing Calls

By | January 12, 2020

For quite some time now I have thought it would be very useful to have some type of id associated with the processing of a request logged in connection to the log messages generated when the request is processed. This in order to be able to query Elasticsearch or similar for all the logs generated… Read More »

Completed Update of Core Spring 5 Certification in Detail

By | December 1, 2019

Just a short note to say that my book Core Spring 5 Certification in Detail has been updated to reflect the curriculum released by Pivotal in May 2019. Thanks for your patience if you have been waiting for this update! Please do not hesitate to contact me if there are any errors, omissions or with… Read More »

Coming update: Core Spring 5 Certification in Detail

By | October 12, 2019

After Pivotal have changed the topics of the Spring 5 certification, I have received several requests to update my book Core Spring 5 Certification in Detail. First of all, I want to thanks everyone for their encouragement and patience. It has been a very busy summer and autumn for me, but this is a short… Read More »

Spring Integration 5: Subscribable Message Channels – Common Properties

By | June 12, 2019

It’s been a long time since I started looking at Spring Integration 5 and after miscellaneous interventions, such as a book on the Spring Core certification, having moved and a job that provides a never-ending stream of surprises, I am finally back! This article is an article in a series of articles introducing Spring Integration… Read More »