Reactive Programming with RxJava: Creating Asynchronous, Event-Based Applications

Tomasz Nurkiewicz, Ben Christensen

  • 出版商: O'Reilly
  • 出版日期: 2016-11-22
  • 售價: $1,560
  • 貴賓價: 9.5$1,482
  • 語言: 英文
  • 頁數: 372
  • 裝訂: Paperback
  • ISBN: 1491931655
  • ISBN-13: 9781491931653
  • 相關分類: Java 程式語言
  • 相關翻譯: RxJava 反應式編程 (簡中版)
  • 立即出貨 (庫存 < 3)

買這商品的人也買了...

商品描述

In today’s app-driven era, when programs are asynchronous and responsiveness is so vital, reactive programming can help you write code that’s more reliable, easier to scale, and better-performing. With this practical book, Java developers will first learn how to view problems in the reactive way, and then build programs that leverage the best features of this exciting new programming paradigm.

Authors Tomasz Nurkiewicz and Ben Christensen include concrete examples that use the RxJava library to solve real-world performance issues on Android devices as well as the server. You’ll learn how RxJava leverages parallelism and concurrency to help you solve today’s problems. This book also provides a preview of the upcoming 2.0 release.

  • Write programs that react to multiple asynchronous sources of input without descending into "callback hell"
  • Get to that aha! moment when you understand 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

商品描述(中文翻譯)

在今天的應用程式驅動時代中,當程式是非同步的且反應速度至關重要時,反應式程式設計可以幫助您撰寫更可靠、更易擴展且效能更好的程式碼。這本實用書籍將讓Java開發人員首先學習以反應式方式看待問題,然後建立利用這個令人興奮的新程式設計範式最佳特性的程式。

作者Tomasz Nurkiewicz和Ben Christensen提供了使用RxJava程式庫解決Android設備和伺服器上真實世界效能問題的具體範例。您將學習RxJava如何利用平行處理和並行處理來幫助您解決當今的問題。本書還提供了即將推出的2.0版本的預覽。

本書的內容包括:
- 撰寫能夠反應多個非同步輸入來源的程式,而不會陷入「回呼地獄」
- 在您理解如何以反應式方式解決問題時,達到那個「啊哈!」的時刻
- 處理產生資料速度過快而無法消耗的Observables
- 探索以反應式風格撰寫的程式的除錯和測試策略
- 在您的程式中有效地利用平行處理和並行處理
- 了解RxJava 2版本的轉換過程