Intro to Vert.x Shell

Vert.x Shell provides an extensible command line for Vert.x, accessible via SSH, Telnet or a nice Web interface. Vert.x Shell comes out of the box with plenty of commands.

Julien Viet's profile image
Julien Viet
25 January 2016
#guides

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.

Clement Escoffier's profile image
Clement Escoffier
18 January 2016
#guides

Real-time bidding with Websockets and Vert.x

The expectations of users for interactivity with web applications have changed over the past few years. Users during bidding in auction no longer want to press the refresh button.

Marcin Warczyglowa's profile image
Marcin Warczyglowa
15 January 2016
#guides

ECMAScript 6/7 on the JVM with TypeScript and Vert.x

I figured it would be a good idea to give you a couple of examples how teaming Vert.x and TypeScript helps you use ECMAScript 6 and 7 features on the JVM today.

Michel Krämer's profile image
Michel Krämer
3 January 2016
#guides

Automatic redeployment in Eclipse IDE

Vert.x 3.1 has (re-)introduced the redeploy feature. This blog post explains how to use this feature in the Eclipse IDE. However, you can easily adapt the content to your IDE.

Clement Escoffier's profile image
Clement Escoffier
20 December 2015
#guides

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.

Clement Escoffier's profile image
Clement Escoffier
30 November 2015
#guides

Vert.x ES6 back to the future

On October 21th, 2015 we all rejoiced with the return from the past of Marty McFly with his flying car and so on, however in the Vert.x world we were quite sad about our rather old JavaScript support.

Paulo Lopes's profile image
Paulo Lopes
25 November 2015
#guides

Using the asynchronous SQL client

Finally, back… This post is the fifth post of the introduction to vert.x blog series, after a not-that-small break. In this post we are going to see how we can use JDBC in a vert.x application.

Clement Escoffier's profile image
Clement Escoffier
19 October 2015
#guides

Contract Driven REST Services with Vert.x3

We see a new trend in development where we are shifting from developing applications to APIs. More and more we see services being offered as REST APIs that we are allowed to consume.

Paulo Lopes's profile image
Paulo Lopes
17 September 2015
#guides