Tag Archives: reactive programming

Spring Integration 5: WebFluxInboundEndpoint and Remote Client Address

By | October 14, 2017

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 »

Principles of Reactive Programming – Scala Course at Coursera.org

By | April 29, 2015

Update2016-08-20: The Principles of Reactive Programming course seems to have been discontinued. There are a few new Scala course available which looks more promising to me. After having taken the first Scala course, Functional Programming Principles in Scala, I attempted the second Scala course, Principles of Reactive Programming, from Martin Odersky and his associates when… Read More »