Skip to content
This repository has been archived by the owner on Feb 29, 2020. It is now read-only.

Latest commit

 

History

History
12 lines (9 loc) · 519 Bytes

ReadMe.md

File metadata and controls

12 lines (9 loc) · 519 Bytes

##Proof of concept for our team reaserch of reactive programming in Java related article

Branches:

  • v1 - our basic implementation with Vert.x library. Uses promises.
  • v2 - Starting using Vertx.x verticals and EventBus.
  • v3 - Using Vert.x WebApiService that generates controllers based on OpenAPI file. Added REST API for configuring maing entities.

What article is not covering:

  • REST API using Vert.x WebApiService.
  • Tiny RoboFramework test, that was very useful for noticing regression.