Dynamic database pool configuration with Vert.x SQL Client

You will learn how to achieve dynamic database configuration of the Vert.x SQL Client pool

Julien Viet's profile image
Julien Viet
11 August 2021
#guides

Things to keep in mind concerning CSRF attacks

Eclipse Vert.x like most frameworks provides an anti-CSRF defense. However, no framework can prevent all attack vectors that exist in the web. Therefore, developers need to be aware of some dangers and common attack vectors concerning CSRF defenses.

Xhelal Likaj's profile image
Xhelal Likaj
23 January 2021
#guides

Migrate from Vert.x 3 to Vert.x 4

We provide a clear and well-documented migration path from Vert.x 3.9 to Vert.x 4. Existing users will feel at home with the new version.

Julien Viet's profile image
Julien Viet
2 December 2020
#guides

JWT Authorization for Vert.x with Keycloak

In this blog post, you’ll learn about JWT foundations, protect routes with JWT Authorization, JWT encoded tokens, and RBAC with Keycloak

Thomas Darimont's profile image
Thomas Darimont
1 October 2020
#guides

Easy SSO for Vert.x with Keycloak

In this blog post, you’ll learn how to implement Single Sign-on with OpenID Connect and how to use Keycloak together with Eclipse Vert.x.

Thomas Darimont's profile image
Thomas Darimont
16 March 2020
#guides

Send web requests and assert results with vertx-junit5-web-client

In this blog post, you’ll learn how to use the new vertx-junit5-web-client module to send web requests in your unit tests and to make assertions.

Francesco Guardiani's profile image
Francesco Guardiani
22 October 2019
#guides

Vert.x Web API Service Introduction

This blog post teaches you how to use the new module vertx-web-api-service to combine the Web Router and the OpenAPI Router Factory with service proxies.

Francesco Guardiani's profile image
Francesco Guardiani
13 December 2018
#guides

HTTP response validation with the Vert.x Web Client

Learn how to use response predicates from the Vert.x Web module to validate HTTP responses and to automatically generate error messages.

Thomas Segismont's profile image
Thomas Segismont
10 December 2018
#guides

The RSS reader tutorial (Step 3)

This is the third installment of our Vert.x Cassandra Client tutorial. We will implement the last RSS endpoint serving a list of articles related to a specific channel.

Pavel Drankov's profile image
Pavel Drankov
6 December 2018
#guides
1
2
3
4
5
7