Learning Reactive Programming with Java 8

Learning Reactive Programming with Java 8
Author: Nickolay Tsvetinov
Publisher: Packt Publishing Ltd
Total Pages: 182
Release: 2015-06-24
Genre: Computers
ISBN: 1785282506


Download Learning Reactive Programming with Java 8 Book in PDF, Epub and Kindle

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.


Learning Reactive Programming with Java 8
Language: en
Pages: 182
Authors: Nickolay Tsvetinov
Categories: Computers
Type: BOOK - Published: 2015-06-24 - Publisher: Packt Publishing Ltd

GET EBOOK

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
Functional Programming in Java
Language: en
Pages: 261
Authors: Venkat Subramaniam
Categories: Computers
Type: BOOK - Published: 2014-02-19 - Publisher: Pragmatic Bookshelf

GET EBOOK

Intermediate level, for programmers fairly familiar with Java, but new to the functional style of programming and lambda expressions. Get ready to program in a
Reactive Programming with RxJava
Language: en
Pages: 372
Authors: Tomasz Nurkiewicz
Categories: Computers
Type: BOOK - Published: 2016-10-06 - Publisher: "O'Reilly Media, Inc."

GET EBOOK

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,
Modern Java in Action
Language: en
Pages: 838
Authors: Raoul-Gabriel Urma
Categories: Computers
Type: BOOK - Published: 2018-09-26 - Publisher: Simon and Schuster

GET EBOOK

Summary Manning's bestselling Java 8 book has been revised for Java 9! In Modern Java in Action, you'll build on your existing Java language skills with the new
Reactive Java Programming
Language: en
Pages: 115
Authors: Andrea Maglie
Categories: Computers
Type: BOOK - Published: 2016-11-02 - Publisher: Apress

GET EBOOK

Learn reactive programming using Java and its functional aspects, sometimes called RxJava. This book shows you how to solve "callback hell" with RxJava and show