OpenAPI (fka Swagger) 3 support in Eclipse Vert.x now in test stage!

As GSoC 2017’s student, I’m working on an embedded support to OpenAPI 3 standard inside Eclipse Vert.x framework. Now, after a lot of work, you can try it!

Francesco Guardiani's profile image
Francesco Guardiani
4 July 2017
#guides

Presentation of the Vert.x-Swagger project

This post is an introduction to the Vert.x-Swagger project, and describe how to use the Swagger-Codegen plugin and the SwaggerRouter class.

Florent Chamfroy's profile image
Florent Chamfroy
22 May 2017
#guides

Time scheduling with Chime

Eclipse Vert.x executes periodic and delayed actions with periodic and one-shot timers. Chime is a time scheduler verticle that works on the Vert.x event bus.

Lisi's profile image
Lisi
9 May 2017
#guides

Building a real-time web app with Angular/Ngrx and Vert.x

There are multiple tech stacks to build a real-time web app. What are the best choices to build Angular client apps, connected to a JVM-based backend?

Benoit Hediard's profile image
Benoit Hediard
26 April 2017
#guides

Dynamic Routing in Serverless Microservice with Vert.x Event Bus

The Serverless Framework has become the de facto toolkit for building and deploying serverless functions or applications.

Rowell Belen's profile image
Rowell Belen
14 April 2017
#guides

Scala is here

The rise of Scala as one of the most important languages on the JVM caught many (me included) by surprise. This hybrid of functional and imperative paradigms struck a chord with many developers.

Jochen Mader's profile image
Jochen Mader
20 March 2017
#guides

Data-driven Apps made easy with Vert.x 3.4.0 and headless CMS Gentics Mesh

I would like to share why Vert.x is not only a robust foundation for the headless Content Management System Gentics Mesh but also how it can be used to build a template-based web server.

Johannes Schüth's profile image
Johannes Schüth
13 March 2017
#guides

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