• Complain

Tomasz Nurkiewicz - Reactive Programming with RxJava: Creating Asynchronous, Event-Based Applications

Here you can read online Tomasz Nurkiewicz - Reactive Programming with RxJava: Creating Asynchronous, Event-Based Applications full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 2016, publisher: O’Reilly Media, genre: Computer. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

Tomasz Nurkiewicz Reactive Programming with RxJava: Creating Asynchronous, Event-Based Applications
  • Book:
    Reactive Programming with RxJava: Creating Asynchronous, Event-Based Applications
  • Author:
  • Publisher:
    O’Reilly Media
  • Genre:
  • Year:
    2016
  • Rating:
    5 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 100
    • 1
    • 2
    • 3
    • 4
    • 5

Reactive Programming with RxJava: Creating Asynchronous, Event-Based Applications: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "Reactive Programming with RxJava: Creating Asynchronous, Event-Based Applications" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

In todays app-driven era, when programs are asynchronous and responsiveness is so vital, reactive programming can help you write code thats more reliable, easier to scale, and better-performing. With this practical book, Java developers will first learn how to view problems in the reactive way, and then build programs that leverage the best features of this exciting new programming paradigm.

Authors Tomasz Nurkiewicz and Ben Christensen include concrete examples that use the RxJava library to solve real-world performance issues on Android devices as well as the server. Youll learn how RxJava leverages parallelism and concurrency to help you solve todays problems. This book also provides a preview of the upcoming 2.0 release.

  • Write programs that react to multiple asynchronous sources of input without descending into callback hell
  • Get to that aha! moment when you understand how to solve problems in the reactive way
  • Cope with Observables that produce data too quickly to be consumed
  • Explore strategies to debug and to test programs written in the reactive style
  • Efficiently exploit parallelism and concurrency in your programs
  • Learn about the transition to RxJava version 2

Tomasz Nurkiewicz: author's other books


Who wrote Reactive Programming with RxJava: Creating Asynchronous, Event-Based Applications? Find out the surname, the name of the author of the book and a list of all author's works by series.

Reactive Programming with RxJava: Creating Asynchronous, Event-Based Applications — read online for free the complete book (whole text) full work

Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "Reactive Programming with RxJava: Creating Asynchronous, Event-Based Applications" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

Light

Font size:

Reset

Interval:

Bookmark:

Make
Praise for Reactive Programming with RxJava

This book is a deep dive into the concepts and uses of RxJava in particular, and reactive programming in general, by authors who have countless hours of experience implementing and using RxJava in the real world. If you want to go reactive, there is no better way than to buy this book.

Erik Meijer, President and Founder, Applied Duality, Inc.

RxJava is an invaluable tool for managing the highly stateful, concurrent, and asynchronous implementations that a modern Android application requires. [This book] serves as both an incremental learning tool and a reference for a library, which can otherwise be quite daunting to fully understand.

Jake Wharton, Software Engineer, Square, Inc.

Tomasz and Ben have a great talent for explaining complicated matters in an uncomplicated manner. Thats what makes this book a real pleasure to read and a must-have for every JVM developer who wants to grasp reactive programming and RxJava. The authors touch on many topics like concurrency, functional programming, design patterns, and reactive programming; yet the result doesnt overwhelm readers but rather guides them, gradually introducing more and more advanced concepts and techniques.

Szymon Homa, Senior Software Developer

Reactive Programming with RxJava

by Tomasz Nurkiewicz and Ben Christensen

Copyright 2017 Ben Christensen and Tomasz Nurkiewicz. All rights reserved.

Printed in the United States of America.

Published by OReilly Media, Inc. , 1005 Gravenstein Highway North, Sebastopol, CA 95472.

OReilly books may be purchased for educational, business, or sales promotional use. Online editions are also available for most titles (http://safaribooksonline.com). For more information, contact our corporate/institutional sales department: 800-998-9938 or corporate@oreilly.com .

Editors: Nan Barber and Brian FosterIndexer: Judy McConville
Production Editor: Melanie YarbroughInterior Designer: David Futato
Copyeditor: Octal Publishing, Inc.Cover Designer: Karen Montgomery
Proofreader: Christina EdwardsIllustrator: Rebecca Demarest
  • October 2016: First Edition
Revision History for the First Edition
  • 2016-10-04: First Release

See http://oreilly.com/catalog/errata.csp?isbn=9781491931653 for release details.

The OReilly logo is a registered trademark of OReilly Media, Inc. Reactive Programming with RxJava, the cover image, and related trade dress are trademarks of OReilly Media, Inc.

While the publisher and the authors have used good faith efforts to ensure that the information and instructions contained in this work are accurate, the publisher and the authors disclaim all responsibility for errors or omissions, including without limitation responsibility for damages resulting from the use of or reliance on this work. Use of the information and instructions contained in this work is at your own risk. If any code samples or other technology this work contains or describes is subject to open source licenses or the intellectual property rights of others, it is your responsibility to ensure that your use thereof complies with such licenses and/or rights.

978-1-491-93165-3

[LSI]

Dedication

I dedicate this book to Paulina cieka, the most honest and direct person I ever met.

For trust and guidance far beyond just writing a book.

For changing my life more than she ever imagined.

Tomasz Nurkiewicz

Foreword

On October 28, 2005, the then newly appointed chief architect of Microsoft, Ray Ozzie, emailed a now infamous memo to his staff with the subject The Internet Services Disruption. In this memo, Ray Ozzie outlines basically how the world looks today where enterprises like Microsoft, Google, Facebook, Amazon, and Netflix use the Web as the main delivery channel for their services.

From a developer perspective, Ozzie made a rather remarkable statement for an executive of a large corporation:

Complexity kills. It sucks the life out of developers, it makes products difficult to plan, build and test, it introduces security challenges, and it causes end-user and administrator frustration.

First of all, we have to take into account that in 2005, the big IT enterprises were deeply in love with mind-blowingly complicated technologies like SOAP, WS-*, and XML. This was a time where the word microservice was not yet invented, and there was no simple technology on the horizon to help developers manage the complexity of asynchronously composing complex services from smaller ones, and dealing with concerns such as failure, latency, security, and efficiency.

For my Cloud Programmability Team at Microsoft, Ozzies memo was a rude wakeup call to focus on inventing a simple programming model for building large scale asynchronous and data-intensive Internet service architectures. After many false starts it finally dawned on us that by dualizing the Iterable/Iterator interface for synchronous collections, we could obtain a pair of interfaces to represent asynchronous event streams, with all the familiar sequence operators such as map, filter, scan, zip, groupBy, etc. for transforming and combining asynchronous data streams, and thus Rx was born somewhere in the summer of 2007. During the implementation process we realized that we needed to manage concurrency and time, and for that we extended the idea of Javas executors with virtual time and cooperative re-scheduling.

After an intense two year hackathon where we explored numerous design choices, we first shipped Rx.NET on November 18, 2009. Soon thereafter we ported Rx to Microsoft.Phone.Reactive for Windows Phone 7 and started to implement Rx in various other languages such as JavaScript, and C++, and dabbled with experimental versions in Ruby and Objective-C.

The first Rx user inside Microsoft was Jafar Husain, and he brought the technology with him when he joined Netflix in 2011. Jafar evangelized Rx within the company, and eventually re-architected the Netflix UIs client-side stack to fully embrace asynchronous stream processing. Also, most fortunately for all of us, he managed to pass on his enthusiasm to Ben Christensen who was working on Netflixs middle tier API and since Netflix uses Java on the middle tier, Ben started to work on RxJava in 2012 and moved the codebase to Github in early 2013 for continued open source development. Another early adopter of Rx at Microsoft was Paul Betts and when he moved to Github, he managed to convince his colleagues at Github such as Justin Spahr-Summers to implement and release ReactiveCocoa for Objective-C in the spring of 2012.

As Rx became more popular in the industry, we convinced Microsoft Open Tech to open-source Rx .NET in the fall of 2012. Soon thereafter, I left Microsoft to start Applied Duality and focus 100% of my time on making Rx the standard cross-language and cross-platform API for asynchronous real-time data stream processing.

Fast forward to 2016 and the popularity and use of Rx has skyrocketed. All traffic through the Netflix API relies upon RxJava, as does the Hystrix fault-tolerance library that bulkheads all internal service traffic, and via related reactive libraries RxNetty and Mantis, Netflix is now creating a completely reactive network stack for connecting all internal services across machine and process boundaries. RxJava is also extremely successful in the Android space with companies like SoundCloud, Square, NYT, Seatgeek all using RxJava for their Android apps and contributing to the RxAndroid extension library. noSQL vendors such as Couchbase and Splunk also offer Rx-based bindings to their data access layer. Other Java libraries that have adopted RxJava amongst others include Camel Rx, Square Retrofit, and Vert.x. In the JavaScript community, RxJS is widely used and powers popular frameworks such as Angular 2. The community maintains a website where you can find information about Rx implementations in many languages, as well as fantastic Marble Diagram artwork and explanations by David Gross (@CallHimMoorlock).

Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «Reactive Programming with RxJava: Creating Asynchronous, Event-Based Applications»

Look at similar books to Reactive Programming with RxJava: Creating Asynchronous, Event-Based Applications. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


Reviews about «Reactive Programming with RxJava: Creating Asynchronous, Event-Based Applications»

Discussion, reviews of the book Reactive Programming with RxJava: Creating Asynchronous, Event-Based Applications and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.