Tutorial: Reactive Spring Boot, Part 3: A JavaFX Spring Boot Application

Learn more about building reactive Spring Boot applications with JavaFX.

This is the third 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 third demonstration shows how to create a JavaFX application that is launched and managed via Spring Boot so that we can use Spring features like Inversion of Control in our JavaFX application.

Dependency Injection in Azure Functions

Azure Functions V2 supports ASP.NET Core functions like dependency injection. It is especially good if we write wrapper functions for shared libraries and components we are also using in web and other applications of our solution. This blog post shows how to use dependency injection in Azure Functions.

To get started with the code, check out Azure Functions with DI GitHub repository by @MikaBerglund. It's simple and minimal Visual Studio solution without any overhead.