This post originated from an RSS feed registered with Java Buzz
by Franco Martinig.
Original Post: Java Functional Reactive Programming with RxJava
Feed Title: Java Software Development Videos and Tutorials Directory
Feed URL: http://www.java-tv.com/feed/
Feed Description: Java-TV.com is a directory of videos, interviews and tutorials focused on software development activities with the Java programming language.
Rxjava is a library for composing asynchronous and event-based programs using observable sequences for the Java VM that supports Java 6+, Clojure, Scala, Groovy, JRuby and Java 8 lambdas. Learn how the Netflix API uses RxJava to implement highly concurrent web services against asynchronous data sources without blocking, synchronization or thread-safety concerns by using declarative […]