Intro to Vert.x Shell
Next post
February 5, 2016releases
Vert.x 3.2.1 is released!
We are pleased to announce the release of Vert.x 3.2.1!
阅读更多Previous post
January 18, 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.
阅读更多Related posts
August 3, 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.
阅读更多January 25, 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.
阅读更多November 30, 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.
阅读更多