Quantcast
Channel: Vert.x
Browsing all 158 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Building 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 Article


Time 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 Article


Image may be NSFW.
Clik here to view.

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.Eclipse Vert.x & SwaggerVert.x and Vert.x Web are very...

View Article

Preview 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 Article

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

Now on upstream! We have published this package with name vertx-web-api-contractAs GSoC 2017’s student, I’m actually working on an embedded support to OpenAPI 3 standard inside Eclipse Vert.x...

View Article


Vert.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 Article

Image may be NSFW.
Clik here to view.

Introducing 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 Article

An 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 Article


Eclipse 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 Article


Eclipse 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 Article

TCP 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 Article

Eclipse 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 Article

Eclipse 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 Article


Google 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 Article

Image may be NSFW.
Clik here to view.

Eclipse Vert.x metrics now with Micrometer.io

Vert.x has already been providing metrics for some time, through the vertx-dropwizard-metrics and vertx-hawkular-metrics modules. Both of them implement a service provider interface (SPI) to collect...

View Article


New community channels

If you visited the Eclipse Vert.x website recently, you might have noticed a couple of novelties on the community page:the Stack Overflow vert.x tag for user questionsthe vertx-users Gitter channel to...

View Article

Eclipse Vert.x RabbitMQ client gets a new consumer API!

In Eclipse Vert.x 3.6.0 the RabbitMQ client will get a new consumer API. In this post we are going to show the improvements since the previous API and how easy it is to use now.Before digging into the...

View Article


Eclipse Vert.x goes Native

I this blog post I would like to give you a preview on native image generation of Vert.x applications using GraalVM.With GraalVM it is possible to generate native executables. These executables can be...

View Article

Eclipse Vert.x 3.5.2

We have just released Vert.x 3.5.2, a bug fix release of Vert.x 3.5.x.Since the release of Vert.x 3.5.1, quite a few bugs have been reported. We would like to thank you all for reporting these...

View Article

Simplified database transaction management with the Vert.x RxJava API

TL;DR As of 3.5, managing database transactions with Vert.x requires a lot of boilerplate code.Vert.x 3.6 will provide helpers and Observable transformers to easily make a reactive flow...

View Article
Browsing all 158 articles
Browse latest View live