• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

Reactive Streams in Java: Concurrency with RxJava, etc, etc

 
Ranch Hand
Posts: 462
Scala jQuery Java
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I can see you cover a few different technologies, how deeply do you cover them? Are there examples of working solutions to follow?
Thanks
 
Author
Posts: 33
11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

Author here. I cover the three main implementations of Reactive Streams, RxJava, Reactor (from Spring), and Akka Streams.

The books goes into some depth, covering not only the overview of the API but what back pressure is, how to handle it, how to test Streams, and the book then implements three applications using each library.

1) An Android app with RxJava. 2) A WebFlux Spring Boot app using Reactor. 3) A web socket chat application using Akka Streams.

All of these example are available on github and in the code download associated with the book.

I hope that answers your question.

 
My favorite is a chocolate cupcake with white frosting and tiny ad sprinkles.
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic