DEV Community

Vijay SRJ
Vijay SRJ

Posted on

1 1

An intro to Reactive programming in Spring Boot

An ebook with an introduction to reactive programming in Spring Boot.

Programming comes in different paradigms.
For long, we did procedural programming using languages like C where the business logic was executed step by step in a procedural manner. Then came Object Oriented Programming where you modelled your business requirement into domain objects. It represented real world more closely and has been quite successful even now.
And we also have Functional programming, Event Driven programming etc.
The latest among these is Reactive Programming.

Reactive programming is non-blocking, asynchronous , deals with data streams and supports backpressure.

This ebook gives a quick intro to Reactive Programming in Spring Boot with sample demo in both Spring Boot and Javascript.

Contents:

  1. Reactive programming – definition
  2. Reactive programming in Spring Boot
  3. How to create a reactive REST API – demo
  4. How to consume a reactive REST API – demo
  5. Backpressure
  6. How to consume a reactive REST API in Javascript - demo
  7. Conclusion
  8. Further Reading

An Intro to Reactive Programming in Spring Boot

AWS GenAI LIVE image

How is generative AI increasing efficiency?

Join AWS GenAI LIVE! to find out how gen AI is reshaping productivity, streamlining processes, and driving innovation.

Learn more

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay