An introduction to Reactive Programming with RxJava – Part #3: Convert a traditional web application to a reactive one
In my last two blog entries, I’ve given an introduction to reactive programming and RxJava. In this third and final part, I will show how you can convert a traditional web application to a reactive one. All the code will be available at https://gitlab.com/perlilja/rxAirlineDemo, there will also be the instructions on how to run the application. To get a full insight, I suggest you read the code. The final version is merged into the master branch, and the original version is…