Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Reactive Programming With Java 9: Build Asynchronous applications with Rx.Java 2.0, Flow API and Spring WebFlux

Posted By: insetes
Reactive Programming With Java 9: Build Asynchronous applications with Rx.Java 2.0, Flow API and Spring WebFlux

Reactive Programming With Java 9: Build Asynchronous applications with Rx.Java 2.0, Flow API and Spring WebFlux By Tejaswini Mandar Jog
2017 | 402 Pages | ISBN: 1787124231 | PDF | 6 MB


Key FeaturesLearn about Java 9's Flow API, Reactive programming along with Kafka and Mockito, and how these aspects are utilized by RxJavaBuild fast and concurrent applications with ease, without the complexity of Java's concurrent API and shared states, with the help of SpringExplore a wide variety of code examples to easily get used to all the features and tools provided by RxJavaBook DescriptionReactive programming is an asynchronous programming model that helps you tackle the essential complexity that comes with writing such applications.Using Reactive programming to start building applications is not immediately intuitive to a developer who has been writing programs in the imperative paradigm. To tackle the essential complexity, Reactive programming uses declarative and functional paradigms to build programs. This book sets out to make the paradigm shift easy.This book begins by explaining what Reactive programming is, the Reactive manifesto, and the Reactive Streams specifi cation. It uses Java 9 to introduce the declarative and functional paradigm, which is necessary to write programs in the Reactive style. It explains Java 9's Flow API, an adoption of the Reactive Streams specifi cation. From this point on, it focuses on RxJava 2.0, covering topics such as creating, transforming,fi ltering, combining, and testing Observables. It discusses how to use Java's popular framework, Spring, to build event-driven, Reactive applications. You will also learn how to implement resiliency patterns using Hystrix. By the end, you will be fully equipped with the tools and techniques needed to implement robust, event-driven, Reactive applications.What you will learnUnderstand the Reactive ManifestoGrasp the Reactive Streams