Skip to content

cescoffier/reactive-systems-in-java

Repository files navigation

Reactive Systems in Java book examples

Welcome World!

These are the working examples for Reactive Systems in Java from O'Reilly and written by Clement Escoffier and Ken Finnigan.

How to open and run the examples?

Readers of the book should directly open projects from sub-folders: they are all independent and self-contained.

You will find Maven build descriptors for each project, so you can load the projects with text editors or integrated development environments such as IntelliJ IDEA, Eclipse IDE or Microsoft Visual Studio Code.

As an example if you want to build the code example from the chapter 2, open a terminal and run:

$ cd chapter-2
$ mvn package # or ./mvnw package

The book examples work best using some Unix environment: Linux, macOS or the Windows Subsystem for Linux from Microsoft.

What is the structure of the repository?

The following folders are available:

The main branch is where you must look for working examples.

About

Reactive Systems in Java Code Examples

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published