Data-driven Apps made easy with Vert.x 3.4.0 and headless CMS Gentics Mesh
In this article, 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 the recent release 3.4.0 can be used to build a...
View ArticleScala is here
TL;DRScala support for Vert.x is here!It is based on Scala 2.12, no support for 2.11 plannedall Vert.x-modules are available in a Scala flavorIt’s awesomeGet started hereIntroThe rise of Scala as one...
View ArticleDynamic Routing in Serverless Microservice with Vert.x Event Bus
this is a re-publication of the following blog postSERVERLESS FRAMEWORKThe Serverless Framework has become the De Facto toolkit for building and deploying Serverless functions or applications. Its...
View ArticleBuilding a real-time web app with Angular/Ngrx and Vert.x
Nowadays, there are multiple tech stacks to build a real-time web app. What are the best choices to build real-time Angular client apps, connected to a JVM-based backend? This article describes an...
View ArticleTime scheduling with Chime
Time scheduling.Eclipse Vert.x executes periodic and delayed actions with periodic and one-shot timers. This is the base for time scheduling and reach feature extension must be rather interesting. Be...
View ArticlePresentation 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.Eclipse Vert.x & SwaggerVert.x and Vert.x Web are very...
View ArticlePreview of a guide for Java developers
I could not attend the last Eclipse Vert.x community face-to-face meeting last fall, but one item that was discussed is the need for guides aimed at certain types of developers. One of my missions as...
View ArticleOpenAPI (fka Swagger) 3 support in Eclipse Vert.x now in test stage!
As GSoC 2017’s student, I’m actually working on an embedded support to OpenAPI 3 standard inside Eclipse Vert.x framework. Now, after a lot of work, you can try it!Why OpenAPI 3?OpenAPI 2 is the most...
View ArticleVert.x 3.5.0.Beta1
it’s summer time and we have just released Vert.x 3.5.0.Beta1!Let’s go RxJava2First and foremost this release delivers the RxJava2 API with support of its full range of types.In addition of Single,...
View ArticleIntroducing Vert.x MQTT client
In this article we will see how to sett up the new Vert.x MQTT client. Actually, I have a real example so you can try it quickly.If you are using Maven or Gradle, add the following dependency to the...
View ArticleAn Eclipse Vert.x Gradle Plugin
Eclipse Vert.x is a versatile toolkit, and as such it does not have any strong opinion on the tools that you should be using.Gradle is a popular build tool in the JVM ecosystem, and it is quite easy to...
View ArticleEclipse Vert.x 3.5.0 released !
The Vert.x team is pleased to announce the release of Eclipse Vert.x 3.5.0.As usual it delivers an impressive number of high quality features.Let’s go RxJava2First and foremost this release delivers...
View ArticleEclipse Vert.x meets GraphQL
I recently added GraphQL support to Gentics Mesh and I thought it would be a good idea to boil down the essence of my implementation in example so that I could share it in a simpler form. The example...
View ArticleTCP Client using Eclipse Vert.x, Kotlin and Gradle build
As part of my hobby project to control RaspberryPi using Google Home Mini and/or Alexa, I wanted to write a very simple TCP client that keeps a connection open to one of my custom written server in...
View ArticleEclipse Vert.x based Framework URL Shortener Backend
AWS Lambda & Vertx Framework URL Shortener BackendIntroRecently I stumbled upon Vertx. Event-driven, asynchronized, lightweight, reactive, highly performant, polyglot application framework. Ideal...
View ArticleEclipse Vert.x 3.5.1 released!
We have just released Vert.x 3.5.1!Fixes first!As usual this release fixes bugs reported in 3.5.0, see the release notes.JUnit 5 supportThis release introduces the new vertx-junit5 module.JUnit 5 is a...
View ArticleGoogle Summer of Code 2018
It’s this time of year again! Google Summer of Code 2018 submission period has just started!Submit through the Eclipse organizationThis year, the Eclipse Vert.x project participates through the Eclipse...
View ArticleVert.x 2.1.6 released !
The Vert.x team is pleased to announce the release of Vert.x 2.1.6.This is a maintenance release on the 2.x branch that fixes a few bugs and is designed for Vert.x 2 production users who cannot upgrade...
View ArticleVert.x3 Web easy as Pi
Vert.x Web distinguishes itself from traditional application servers like JavaEE by just being a simple extension toolkit to Vert.x, which makes it quite lightweight and small but nevertheless very...
View ArticleVert.x 3 init.d Script
Let’s say you have a Vert.x 3 application you want to install on a Linux server. But you want the old school way (I mean not the Docker way ☺). So, in other words, you need an init.d script. This post...
View Article