Writing secure Vert.x Web apps

This is a starting guide for securing Vert.x web applications. Standard rules and practices apply to Vert.x apps as if they would to any other web framework.

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

Vert.x 3 real time web apps

One of the interesting features of Vert.x is the SockJS event bus bridge. It allows external applications to communicate with Vert.x event bus using Websockets.

Paulo Lopes's profile image
Paulo Lopes
31 August 2015
#guides

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.

Clement Escoffier's profile image
Clement Escoffier
3 August 2015
#guides

Some Rest with Vert.x

This post is part of the Introduction to Vert.x series. Let’s go a bit further this time and develop a CRUD-ish application

Clement Escoffier's profile image
Clement Escoffier
27 July 2015
#guides

Vert.x Application Configuration

In our previous post, we developed a very simple Vert.x 3 application, and saw how this application can be tested, packaged and executed. That was nice, wasn’t it?

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

My first Vert.x 3 Application

Let’s say, you heard someone saying that Vert.x is awesome. Ok great, but you may want to try it by yourself. Well, the next natural question is “where do I start ?”

Clement Escoffier's profile image
Clement Escoffier
14 July 2015
#guides

Vert.x 3 says “hello” to NPM users

In programming literature it has become the standard to create a hello world program as the first example. In this article, I’ll demonstrate how NPM users can quickly get started with Vert.x.

Paulo Lopes's profile image
Paulo Lopes
13 July 2015
#guides

Checklist for Migrating from Vert.x 2.1.x to Vert.x 3 - Part One

So while upgrading our application, I thought I should note down all the changes that we had to do in the process. Since Vert.x 3 is a major upgrade from the previous version, with so many changes.

Mark Spritzler's profile image
Mark Spritzler
6 July 2015
#guides

Vert.x 3 and PostgreSQL JSON type

One of the interesting features of NoSQL databases is their schema-less mode of operation. This feature is very useful during project prototyping and early development since at early the stages of development of projects all data structures are not clear or have been defined yet.

Paulo Lopes's profile image
Paulo Lopes
3 July 2015
#guides