Reactive systems in Java

Click for: original source

In this tutorial, we’ll learn the basics of creating reactive systems in Java using Spring, as well as other tools and frameworks. By Kumar Chandrakant.

In the process, we’ll discuss how reactive programming is just a driver towards creating a reactive system. Further in the article:

  • What are reactive systems?
  • Reactive manifesto
  • What is reactive programming?
  • A simple application
  • Reactive programming
  • Message-driven architecture
  • Container orchestration service
  • Resulting reactive system

In this article, we went through the basics of reactive systems and how it compares with reactive programming. We created a simple application with multiple microservices, and highlighted the problems we intended to solve with a reactive system. Interesting read!

[Read More]

Tags java app-development web-development programming software-architecture