Intro to Vert.x Shell
Next post
5 February 2016releases
Vert.x 3.2.1 is released!
We are pleased to announce the release of Vert.x 3.2.1!
Read morePrevious post
18 January 2016guides
Using Hamcrest Matchers with Vert.x Unit
Vert.x Unit is a very elegant library to test asynchronous applications developed with vert.x. However because of this asynchronous aspect, reporting test failures is not natural for JUnit users.
Read moreRelated posts
3 August 2015guides
Unit and Integration Tests
Let’s refresh our mind about what we developed so far in the introduction to vert.x series. We forgot an important task. We didn’t test the API.
Read more25 January 2017guides
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.
Read more30 November 2015guides
Combine vert.x and mongo to build a giant
This blog post is part of the introduction to Vert.x series. We are now going to replace this JDBC client by the vertx-mongo-client, and thus connect to a Mongo database.
Read more