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.

Thomas Segismont's profile image
Thomas Segismont
2 July 2018
#guides

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.

Johannes Schüth's profile image
Johannes Schüth
4 June 2018
#guides

Eclipse Vert.x RabbitMQ client gets a new consumer API!

In this blog post, we present the new consumer API of the RabbitMQ client that will be released with Eclipse Vert.x 3.6.0.

Pavel Drankov's profile image
Pavel Drankov
23 April 2018
#guides

New community channels

In order to better support the community, we (the core team and module maintainers) now also provide help on Stack Overflow and Gitter.

Thomas Segismont's profile image
Thomas Segismont
13 April 2018
#news

Eclipse Vert.x metrics now with Micrometer.io

The new vertx-micrometer-metrics module provides support for collecting metrics with Micrometer.io and storing them in backends such as Graphite or InfluxDB.

Joel Takvorian's profile image
Joel Takvorian
9 April 2018
#guides

Google Summer of Code 2018

It’s this time of year again! Google Summer of Code 2018 submission period has just started!

Thomas Segismont's profile image
Thomas Segismont
13 March 2018
#news

TCP Client using Eclipse Vert.x, Kotlin and Gradle build

In this blog post, I demonstrate how to write a very simple TCP client that keeps a connection open to a custom-written server in cloud.

Usman Saleem's profile image
Usman Saleem
20 December 2017
#guides

Eclipse Vert.x meets GraphQL

In this blog post, we will look at an example application written in Vert.x that uses the new GraphQL API of Gentics Mesh.

Johannes Schüth's profile image
Johannes Schüth
14 November 2017
#guides

An Eclipse Vert.x Gradle Plugin

The new Vert.x Gradle plugin offers an opinionated plugin for building Vert.x applications with Gradle.

Julien Ponge's profile image
Julien Ponge
28 September 2017
#news