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.

Read more

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.

Read more

Eclipse Vert.x 3.5.3

We have just released Vert.x 3.5.3, a bug fix release of Vert.x 3.5.x.

Read more

Simplified database transaction management with the Vert.x RxJava API

As of Vert.x 3.5, managing database transactions requires a lot of boilerplate code. Vert.x 3.6 provides helpers to easily make a reactive flow transactional.

Read more

Eclipse Vert.x 3.5.2

We have just released Vert.x 3.5.2, a bug fix release of Vert.x 3.5.x.

Read more

Eclipse Vert.x goes Native

This blog post introduces native image generation of Vert.x applications with GraalVM. Generated executables can be run without a JVM.

Read more