Eclipse Vert.x cheat sheet for reactive and distributed systems
By: Clement Escoffier
Updated: 3/24/2017
Applications using Eclipse Vert.x are fast, responsive, resilient, and elastic. They are event-driven, non-blocking, and can run on top of the Java Virtual Machine while offering many language choices. This cheat sheet, author Clement Escoffier, provides step-by-step details to help you create your apps the way you want to.
This cheat sheet explains how to:
-
Program with Eclipse Vert.x.
-
Understand reactive systems.
-
Create apps with Apache Maven, Gradle, and the Vert.x command line interface.
-
Create, deploy, and configure verticles.
-
Communicate between components with the event bus.
