• 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
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Reactive Streams in Java: What is the approach of the book?

 
Ranch Hand
Posts: 153
1
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Adam Davis,

- I see that the book is 156 pages only and you cover 3 main Stream API. What do you show from each one of them?

- Can we find a back-to-back comparison of how to implement reactive programming in each one of the API?

- Which one of the API you find more easy to use, more fun to use and more complete in terms of the functionalities they provide? What about extensions to these API?

Thank you for the knowledge you are sharing.
Congratulations on your new book!
 
Author
Posts: 33
11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The book shows how to do basic operations in all three such as filter, map, flatMap and reduce. It also shows what Test support they have. Also, the book covers what is special and different about each framework, how to handle errors, etc.

Also, for each one the book shows implementing how to an application using that framework and its integration with another framework/library. RxJava in Android, Reactor with Spring Boot, and Akka Streams with Akka http.

I find they are all very good. I find Reactor probably the easiest to use. I like the integration Spring WebFlux has with Reactor, however I think you can use RxJava as well with it: https://dzone.com/articles/reactive-rest-api-using-spring-boot-and-rxjava-1
 
Jorge Ruiz-Aquino
Ranch Hand
Posts: 153
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
That seems a very interesting way to learn the API, by contrasting each one of them.

Thanks you for your valuable insights!
 
The airline is called "Virgin"? Don't you want a plane to go all the way? This tiny ad will go all the way:
New web page for Paul's Rocket Mass Heaters movies
https://coderanch.com/t/785239/web-page-Paul-Rocket-Mass
reply
    Bookmark Topic Watch Topic
  • New Topic