Reactive Programming with RxJava (O'Reilly)
Wednesday, 23 November 2016

Reactive programming promises to help you write code that's more reliable, easier to scale, and better-performing. This practical book is aimed at Java developers, showing first how to view problems in the reactive way, and then build programs that make use of the best features of reactive programming. Authors Tomasz Nurkiewicz and Ben Christensen include examples that use the RxJava library to solve real-world performance issues on Android devices as well as the server.

<ASIN:1491931655>

The book is subtitled Creating Asynchronous, Event-Based Applications, and it shows how RxJava uses parallelism and concurrency to help you solve problems. This book also previews the forthcoming 2.0 release.

Authors: Tomasz Nurkiewicz and Ben Christensen
Publisher: O'Reilly
Date: October 2016
Pages: 372
ISBN: 978-1491931653
Print: 1491931655
Kindle: B01LZQGIIC
Audience: Java Developers
Level: Advanced
Category: Java 

 

  • Write programs that react to multiple asynchronous sources of input without descending into "callback hell"
  • Learn how to solve problems in the reactive way
  • Cope with Observables that produce data too quickly to be consumed
  • Explore strategies to debug and to test programs written in the reactive style
  • Efficiently exploit parallelism and concurrency in your programs
  • Learn about the transition to RxJava version 2

Follow @bookwatchiprog on Twitter or subscribe to I Programmer's Books RSS feed for each day's new addition to Book Watch and for new reviews.

To have new titles included in Book Watch contact  BookWatch@i-programmer.info

Banner
 


C++ Programming, 6th Ed (In Easy Steps)

Author: Mike McGrath
Publisher: In Easy Steps
Date: April 2022
Pages: 192
ISBN: 978-1840789713
Print: 1840789719
Kindle: B09V2T9SJD
Audience: Developers wanting to learn C++
Reviewer: Mike James
This is the 6th edition of a slim book on C++. Can you really learn C++ in easy steps?



Graph Databases in Action (Manning)

Author:  Dave Bechberger and Josh Perryman
Publisher: Manning
Pages: 366
ISBN: 978-1617296376
Print: 1617296376
Audience: Developers interested in graph databases
Rating: 4.5
Reviewer: Kay Ewbank

This book sets out to give developers building applications using graph databases an understanding o [ ... ]


More Reviews