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

Eclipse Vert.x for Scala next steps

This blog post gives an overview of the current plans for the vertx-lang-scala module, in particular with respect to the upcoming Vert.x 4.

Jochen Mader's profile image
Jochen Mader
30 August 2019
#news

VS Code Vert.x Starter Extension

Today, we are really excited to announce the Visual Studio Code Vert.x Starter extension. It allows you to create a Vert.x project, customize the creation, and search for dependencies.

Daniel Petisme's profile image
Daniel Petisme
29 May 2019
#news

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

The RSS reader tutorial (Step 2)

In this second installment of our Vert.x Cassandra Client tutorial, we will add an endpoint that produces an array of RSS channels for a given user ID.

Pavel Drankov's profile image
Pavel Drankov
5 September 2018
#guides

The RSS reader tutorial

In this tutorial, you will learn how to use the Eclipse Vert.x Cassandra client in practice. We will develop an RSS reader with three HTTP endpoints.

Pavel Drankov's profile image
Pavel Drankov
20 August 2018
#guides