Back to Java User Group Home Print this page

Java User Group

May 2017 [a] Meeting Information

May 9, 2017
Reactive Programming by Example

We are happy to announce that Victor Grazi will be our special guest for this month's meeting to speak on Reactive Programming.

Reactive Programming is an emerging paradigm for concurrent programming using non-blocking concurrency and back-pressure. This means you can have multiple workers without allocating resources to multiple threads!

In this presentation, Victor will take a look at what reactive programming is and why it has become so popular. Then he will look at the rx-java implementation, along with a deep dive into some coding examples.