Goodreads helps you keep track of books you want to read.
Start by marking “Learning Reactive Programming with Java 8” as Want to Read:
Learning Reactive Programming with Java 8
Enlarge cover
Rate this book
Clear rating
Open Preview

Learning Reactive Programming with Java 8

3.69  ·  Rating Details ·  16 Ratings  ·  3 Reviews

Whether you are a Java expert or at a beginner level, you'll benefit from this book, because it will teach you a brand new way of coding and thinking.

The book starts with an explanation of what reactive programming is, why it is so appealing, and how we can integrate it in to Java. It continues by introducing the new Java 8 syntax features, such as lambdas and function ref

...more
Kindle Edition, 184 pages
Published June 24th 2015 by Packt Publishing
More Details... edit details

Friend Reviews

To see what your friends thought of this book, please sign up.

Reader Q&A

To ask other readers questions about Learning Reactive Programming with Java 8, please sign up.

Be the first to ask a question about Learning Reactive Programming with Java 8

This book is not yet featured on Listopia. Add this book to your favorite list »

Community Reviews

(showing 1-30 of 44)
filter  |  sort: default (?)  |  Rating Details
Miloš Milivojević
Oct 15, 2015 Miloš Milivojević rated it really liked it
Shelves: professional
At times a bit too basic but all in all, a very nice introduction to RxJava - to the point, well structured, focused on the functional and reactive ways of thinking rather than the framework itself, I enjoyed it quite a bit
Dmitry
Jul 16, 2016 Dmitry rated it really liked it
Good and short :)
Sergei Kasoverskij
Mar 29, 2016 Sergei Kasoverskij rated it really liked it
Good overview of RxJava. Suitable for a quick start book.
Serch
Serch marked it as to-read
Sep 14, 2016
Paweł Henek
Paweł Henek marked it as to-read
Sep 08, 2016
Michal
Michal marked it as to-read
Aug 11, 2016
Łukasz Goczoł
Łukasz Goczoł marked it as to-read
Aug 03, 2016
Vasiliy Sushko
Vasiliy Sushko marked it as to-read
Jul 21, 2016
Tomek Samcik
Tomek Samcik is currently reading it
Jul 09, 2016
Russ
Russ is currently reading it
Jun 09, 2016
Alexey Buzdin
Alexey Buzdin rated it liked it
Jun 06, 2016
Esteban Herrera
Esteban Herrera rated it really liked it
Jun 05, 2016
Timur Yarosh
Timur Yarosh is currently reading it
May 30, 2016
Julien Hoarau
Julien Hoarau is currently reading it
May 16, 2016
Miguel
Miguel marked it as to-read
May 11, 2016
Mike
Mike marked it as to-read
May 03, 2016
Denis
Denis marked it as to-read
Mar 30, 2016
Michael Caven
Michael Caven rated it it was ok
May 08, 2016
António
António marked it as to-read
Mar 19, 2016
The curious mind
The curious mind is currently reading it
Mar 04, 2016
Renanreismartins
Renanreismartins marked it as to-read
Feb 17, 2016
Adam
Adam rated it liked it
Aug 12, 2016
Senya22
Senya22 is currently reading it
Feb 03, 2016
Iurii Okhmat
Iurii Okhmat is currently reading it
Jan 17, 2016
Wojciech Ciesielski
Wojciech Ciesielski rated it really liked it
Jan 17, 2016
Tanya
Tanya marked it as to-read
Jan 14, 2016
Przemysław Piechota
Przemysław Piechota rated it it was amazing
Jan 31, 2016
Jesus Garcia
Jesus Garcia marked it as to-read
Dec 30, 2015
Mattias Fagerström
Mattias Fagerström rated it liked it
Dec 29, 2015
Luisartola
Luisartola marked it as to-read
Dec 17, 2015
« previous 1 next »
There are no discussion topics on this book yet. Be the first to start one »

Goodreads is hiring!

If you like books and love to build cool products, we may be looking for you.
Learn more »

Share This Book



“If the application is event-driven, it can be decoupled into multiple self-contained components. This helps us become more scalable, because we can always add new components or remove old ones without stopping or breaking the system. If errors and failures are passed to the right component, which can handle them as notifications, the application can become more fault-tolerant or resilient. So if we build our system to be event-driven, we can more easily achieve scalability and failure tolerance, and a scalable, decoupled, and error-proof application is fast and responsive to users.” 0 likes
More quotes…