Tag Archives: Spring

Spring Integration 5 – Message Channels, Introduction and Common Properties

By | December 31, 2017

Reading Time: 21 minutes This article is an article in a series of articles introducing Spring Integration 5. I imagine most of the examples can be applied to earlier versions of Spring Integration as well, it just happens that I started out with Spring Integration 5 and I have little reason to investigate compatibility with previous versions. In this… Read More »

Spring Integration 5 – Cloning Messages

By | November 21, 2017

Reading Time: 11 minutes This is an article in a series of articles introducing Spring Integration 5. I imagine most of the examples can be applied to earlier versions of Spring Integration as well, it just happens that I started out with Spring Integration 5 and I have little reason to investigate compatibility with previous versions. The articles assume… Read More »

Spring Integration 5 – Creating Messages

By | November 19, 2017

Reading Time: 6 minutes This is an article in a series of articles introducing Spring Integration 5. I imagine most of the examples can be applied to earlier versions of Spring Integration as well, it just happens that I started out with Spring Integration 5 and I have little reason to investigate compatibility with previous versions. The articles assume… Read More »

Spring Integration 5: WebFluxInboundEndpoint and Remote Client Address

By | October 14, 2017

Reading Time: 13 minutes Spring Integration 5 comes with the new WebFluxInboundEndpoint which is an endpoint that allows you to use reactive programming when handling HTTP requests in your Spring Integration application. Not only this, but the WebFluxInboundEndpoint is also implemented in a fashion which makes it much more suitable for reuse. In this article I am going to… Read More »

Preparing Message Payloads with Thymeleaf

By | August 8, 2017

Reading Time: 10 minutes In this article I will show how to prepare message payloads with parameters in different formats using the Thymeleaf template engine. No previous knowledge of Thymeleaf is assumed. As far as I am concerned there are several use cases for this. Some examples are: System integration. Requests can be maintained as plain files and no… Read More »

Updated REST Example

By | May 21, 2017

Reading Time: < 1 minute A short note to tell you that my REST example application has been updated for the first release candidate of Spring 5 as well as the first milestone for Spring Boot. Some minor changes in the API I’ve used, such as introducing findById in Spring Data JPA repositories which return an Optional. I’ve also created… Read More »

Jersey and Spring Boot Standalone JAR Files

By | December 6, 2016

Reading Time: 3 minutes Now ladies and gentlemen! It is time for a debugging break in the series of articles about the REST service! Actually, this article is related to the REST service – it will describe a problem with the classpath-scanning of Jersey that manifest itself in standalone Spring Boot applications with a so-called fat JAR. I will also… Read More »