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

Learning Reactive Programming with Java 8 (Repost)

Posted By: enmoys
Learning Reactive Programming with Java 8 (Repost)

Learning Reactive Programming with Java 8 By Nickolay Tsvetinov
2015 | 182 Pages | ISBN: 1785288725 | EPUB, MOBI, PDF | 5 MB


Learn how to use RxJava and its reactive Observables to build fast, concurrent, and powerful applications through detailed examples About This Book Learn about Java 8's lambdas and what reactive programming is all about, and how these aspects are utilized by RxJava Build fast and concurrent applications with ease, without the complexity of Java's concurrent API and shared states Explore a wide variety of code examples to easily get used to all the features and tools provided by RxJava Who This Book Is For If you are a Java developer that knows how to write software and would like to learn how to apply your existing skills to reactive programming, this book is for you. What You Will Learn Discover what reactive programming is and how you can benefit from it Get to grips with the new functional features of Java 8 and some functional theory Create RxJava Observable instances from virtually any data source Transform, filter, and accumulate your data using various RxJava operators Combine multiple data sources in one dataset, using custom logic Write concurrent programs with ease, scheduling actions on various workers Learn about unit testing asynchronous RxJava logic Extend RxJava by writing your own operators and factory methods In Detail Whether you are a Java expert or at a beginner level, you'll benefit from this book, because it will teach you a brand new way of coding and thinking. The book starts with an explanation of what reactive programming is, why it is so appealing, and how we can integrate it in to Java. It continues by introducing the new Java 8 syntax features, such as lambdas and function references, and some functional programming basics. From this point on, the book focuses on RxJava in depth. It goes through creating Observables, transforming, filtering, and combining them, and concurrency and testing to finish with extending the library itself. This book is a definite tutorial in RxJava filled with a lot of well-described examples. It explains reactive programming concepts in plain and readable language, without scientific formulas and terms.