Reactive Streams in Java: Concurrency with RxJava, Reactor, and Akka Streams
Autor Adam L. Davisen Limba Engleză Paperback – 30 noi 2018
Reactive Streams in Java explains how to manage the exchange of stream data across an asynchronous boundary—passing elements on to another thread or thread-pool—while ensuring that the receiving side is not forced to buffer arbitrary amounts of data which can reduce application efficiency. After reading and using this book, you'll be proficient in programming reactive streams for Java in order to optimize application performance, and improve memory management and data exchanges.
What You Will Learn
- Discover reactive streamsand how to use them
- Work with the latest features in Java 9 and Java 11
- Apply reactive streams using RxJava
- Program using Akka Streams
- Carry out reactive streams programming in Android
Who This Book Is For
Experienced Java programmers.
Preț: 169.23 lei
Preț vechi: 211.53 lei
-20% Nou
Puncte Express: 254
Preț estimativ în valută:
32.38€ • 34.07$ • 26.81£
32.38€ • 34.07$ • 26.81£
Carte disponibilă
Livrare economică 24 decembrie 24 - 07 ianuarie 25
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781484241752
ISBN-10: 1484241754
Pagini: 90
Ilustrații: XIV, 139 p. 18 illus.
Dimensiuni: 155 x 235 mm
Greutate: 0.23 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
ISBN-10: 1484241754
Pagini: 90
Ilustrații: XIV, 139 p. 18 illus.
Dimensiuni: 155 x 235 mm
Greutate: 0.23 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
Cuprins
1. Introduction to Reactive Streams.- 2. Existing Models of Concurrency in Java.- 3. Common Concepts.- 4. RxJava.- 5. Reactor.- 6. Akka Streams.- 7. Android.- 8. Spring Boot.- 9. Akka HTTP and Akka Streams.- 10. Conclusions.- Appendix A.
Notă biografică
Adam Davis makes software. He's spent many years developing in Java (since Java 1.2) and has enjoyed using Spring and Hibernate. Since 2006 he's been using Groovy and Grails in addition to Java to create SaaS web applications that help track finances for large institutions (among other things). Adam has a Masters and a Bachelors degree in Computer Science from Georgia Tech.
Textul de pe ultima copertă
Get an easy introduction to reactive streams in Java to handle concurrency, data streams, and the propagation of change in today's applications. This compact book includes in-depth introductions to RxJava, Akka Streams, and Reactor, and integrates the latest related features from Java 9 and 11, as well as reactive streams programming with the Android SDK.
Reactive Streams in Java explains how to manage the exchange of stream data across an asynchronous boundary—passing elements on to another thread or thread-pool—while ensuring that the receiving side is not forced to buffer arbitrary amounts of data which can reduce application efficiency. After reading and using this book, you'll be proficient in programming reactive streams for Java in order to optimize application performance, and improve memory management and data exchanges.
You will:
Reactive Streams in Java explains how to manage the exchange of stream data across an asynchronous boundary—passing elements on to another thread or thread-pool—while ensuring that the receiving side is not forced to buffer arbitrary amounts of data which can reduce application efficiency. After reading and using this book, you'll be proficient in programming reactive streams for Java in order to optimize application performance, and improve memory management and data exchanges.
You will:
- Discover reactive streams and how to use them
- Work with the latest features in Java 9 and Java 11
- Apply reactive streams using RxJava
- Program using Akka Streams
- Carry out reactive streams programming in Android
Caracteristici
A compact, practical book that shows you how to optimize your Java applications' performance with reactive streams Includes example applications demonstrating new ways to stream and process data Shows how to carry out reactive streams programming in Android