
Description
In this course you will learn how to build reactive web applications using the Vert.x toolkit. The course starts with the core features of Vert.x and throughout the course we will cover more and more Vert.x modules.The course is very practical and most of the course are hands-on coding examples. Basic Java 11 knowledge and docker experience is preferred to be able to follow everything in the course.
- Vert.x Core:
- Understand the basic concepts: Future, Promise & the event bus
- Vert.x Web:
- Build reactive REST APIs
- Vert.x Reactive SQL Clients
- Reactive non-blocking Database Access.
- Vert.x Config:
- Configure your application properly
Vert.x was one of the first JVM based reactive libraries. It battle proved, used by a lot of companies in production and found its way into multiple components:
- Hibernate Reactive:
- Non-blocking database access featuring the reactive SQL Clients from Vert.x
- Quarkus Reactive:
- Reactive programming using Vert.x
- Inject Vert.x into Quarkus Beans
- Deploy Vert.x Verticles
- Use the Vert.x Eventbus