
作者:(美)托马什·勒克威茨(TomaszN
页数:23,345页
出版社:东南大学出版社
出版日期:2017
ISBN:9787564173708
高清校对版pdf(带目录)
前往页尾底部查看PDF电子书
内容简介
在今天这个手机APP驱动的时代,程序的异步性和响应性至关重要,响应式编程能帮助你编写更可靠、更易伸缩且性能更好的代码。在这本务实的书中,Java开发者首先会学习到如何用反应式视角看待问题,然后再借助这一令人兴奋的全新编程范式所提供的很好特性构建应用程序。作者TomaszNurkiewicz和BenChristensen引入了使用RxJava库的具体例子,解决安卓设备和服务端上的真实性能问题。你会学到RxJava如何利用并行和并发来帮助我们解决今天的问题。
作者简介
Tomasz Nurkiewicz是Allegro的一名软件工程师。过去十年他一直在用Java编程,他喜欢后端开发,对JVM语言和开源技术富有热情。Tomasz经常在DZone写博客,在优SHOU最选靠前的Java大会发表演讲。
本书特色
在今天这个手机APP驱动的时代,程序的异步性和响应性至关重要,响应式编程能帮助你编写更可靠、更易伸缩且性能更好的代码。在这本务实的书中,Java开发者首先会学习到如何用反应式视角看待问题,然后再借助这一令人兴奋的全新编程范式所提供的很好特性构建应用程序。作者Tomasz Nurkiewicz和 Ben Christensen引入了使用RxJava库的具体例子,解决安卓设备和服务端上的真实性能问题。你会学到RxJava如何利用并行和并发来帮助我们解决今天的问题。
目录
Writing Customer Operators Reusing Operators Using compose() Implementing Advanced Operators Using lift() Summary4. Applying Reactive Programming to Existing Applications From Collections to Observables BlockingObservable: Exiting the Reactive World Embracing Laziness Composing Observables Lazy paging and concatenation Imperative Concurrency flatMap0 as Asynchronous Chaining Operator Replacing Callbacks with Streams Polling Periodically for Changes Multithreading in RxJava What Is a Scheduler
Declarative Subscription with subscribeOn() subscribeOn0 Concurrency and Behavior Batching Requests Using groupBy() Declarative Concurrency with observeOn() Other Uses for Schedulers Summary5. Reactive from Top to Bottom Beating the C1Ok Problem Traditional Thread-Based HTTP Servers Nonblocking HTTP Server with Netty and RxNetty Benchmarking Blocking versus Reactive Server Reactive HTTP Servers Tour HTTP Client Code Nonblocking HTTP Client with RxNetty Relational Database Access NOTIFY AND LISTEN on PostgreSQL Case Study CompletableFuture and Streams A Short Introduction to CompletableFuture Interoperability with CompletableFuture Observable versus Single Creating and Consuming Single Combining Responses Using zip, merge, and concat Interoperability with Observable and CompletableFuture When to Use Single
Summary6. Flow Control and Backpressure Flow Control Taking Periodic Samples and Throttling Buffering Events to a List Moving window Skipping Stale Events by Using debounce() Backpressure Backpressure in RxJava Built-in Backpressure Producers and Missing Backpressure Honoring the Requested Amount of Data Summary7. Testing and Troubleshooting Error Handling Where Are My Exceptions
Declarative try-catch Replacement Timing Out When Events Do Not Occur Retrying After Failures Testing and Debugging Virtual Time Schedulers in Unit Testing Unit Testing Monitoring and Debugging doOn...() Callbacks Measuring and Monitoring Summary8. Case Studies Android Development with RxJava Avoiding Memory Leaks in Activities Retrofit with Native RxJava Support Schedulers in Android UI Events as Streams Managing Failures with Hystrix The First Steps with Hystrix Nonblocking Commands with HystrixObservableCommand Bulkhead Pattern and Fail-Fast Batching and Collapsing Commands Monitoring and Dashboards Querying NoSQL Databases Couchbase Client API MongoDB Client API Camel Integration Consuming Files with Camel Receiving Messages from Kafka Java 8 Streams and CompletableFuture Usefulness of Parallel Streams Choosing the Appropriate Concurrency Abstraction When to Choose Observable
Memory Consumption and Leaks Operators Consuming Uncontrolled Amounts of Memory Summary9. Future Directions Reactive Streams Observable and Flowable Performance MigrationA. More HTTP Server ExamplesB. A Decision Tree of Observable OperatorsIndex
非特殊说明,本博所有文章均为博主原创。
如若转载,请注明出处:https://www.xiazainiu.com/Wd1qk_5_48997.html