IntelliJ IDEA – the IDE for Professional Development in Java and Kotlin
Our Reactive Spring Boot tutorial is finally complete! So our end-of-year gift to you is to wrap it all up into a single blog post, where you can easily find each of the tutorial steps, the code, and the full video of the original demo. Happy coding! Part 1 - A Kotlin REST Service Part 2 - A R…
In this lesson we use Spring Profiles to enable an application to determine which of our two clients (server-sent events via WebClient, or RSocket) to use to connect to our Kotlin Spring Boot price service. This is the final part of our tutorial showing how to build a Reactive application using Spr…
In this lesson we add an RSocket client that can talk to the RSocket server we created in the last lesson. This is the ninth part of our tutorial showing how to build a Reactive application using Spring Boot, Kotlin, Java and JavaFX. The original inspiration was a 70 minute live demo. This blog p…
In this lesson we add a new back end service in Kotlin, this time emitting the prices via RSocket, a protocol for reactive streams. This is the eighth part of our tutorial showing how to build a Reactive application using Spring Boot, Kotlin, Java and JavaFX. The original inspiration was a 70 minu…