Vert.x 3.4.0.Beta1 release

We have released 3.4.0.Beta1, this release is the biggest since Vert.x 3.0.0 with plenty of great features.

Julien Viet's profile image
Julien Viet
9 February 2017
#guides

An Introduction to the Vert.x Context Object

Under the hood, the vert.x Context class plays a critical part in maintaining the thread-safety guarantees of verticles. Most of the time, vert.x coders don’t need to make use of Context objects directly.

Jez Prime's profile image
Jez Prime
31 January 2017
#guides

Building services and APIs with AMQP 1.0

Microservices and APIs are everywhere. Everyone talks about them, presentation slides are full of them … some people are actually even building them.

Jakub Scholz's profile image
Jakub Scholz
25 January 2017
#guides

Internet of Things - Reactive and Asynchronous with Vert.x

I have to admit … before joining Red Hat I didn’t know about the Eclipse Vert.x project but it took me few days to fall in love with it!

Paolo Patierno's profile image
Paolo Patierno
29 December 2016
#guides

Getting started with new fabric8 Vert.x Maven Plugin

The all new fabric8 Vert.x Maven Plugin allows you to setup, package, run, start, stop and redeploy easily with a very little configuration resulting in a less verbose pom.xml.

Kamesh Sampath's profile image
Kamesh Sampath
7 December 2016
#guides

OAuth2 got easy

Oauth2 support exists in Eclipse Vert.x since version 3.2.0. The implementation follows the principles that rule the whole vert.x ecosystem.

Paulo Lopes's profile image
Paulo Lopes
2 December 2016
#guides

Vert.x featuring Continuous Delivery with Jenkins and Ansible

This blog entry describes an approach to adopt Continuous Delivery for Vert.x applications using Jenkins and Ansible by taking advantage of the Jenkins Job DSL and Ansible plugins.

Ricardo Hernandez's profile image
Ricardo Hernandez
28 September 2016
#guides

Centralized logging for Vert.x applications using the ELK stack

This post entry describes a solution to achieve centralized logging of Vert.x applications using the ELK stack (Logstash, Elasticsearch, and Kibana).

Ricardo Hernandez's profile image
Ricardo Hernandez
8 September 2016
#guides

Vert.x Blueprint Tutorials

The Vert.x Blueprint project aims to provide guidelines to Vert.x users to implement various applications such as message-based applications and microservices.

Eric Zhao's profile image
Eric Zhao
1 September 2016
#guides