The RSS reader tutorial. Step 2.
In the previous step we have successfully implemented the first endpoint of the RSS reader app.
In the previous step we have successfully implemented the first endpoint of the RSS reader app.
This tutorial is dedicated for users who’d like to know how to use the Eclipse Vert.x Cassandra client with in practice.
We have just released Vert.x 3.5.3, a bug fix release of Vert.x 3.5.x.
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 transactional.
We have just released Vert.x 3.5.2, a bug fix release of Vert.x 3.5.x.
I this blog post I would like to give you a preview on native image generation of Vert.x applications using GraalVM.
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.
If you visited the Eclipse Vert.x website recently, you might have noticed a couple of novelties on the community page:
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 the Vert.x metrics and make them available to their respective backends.
It’s this time of year again! Google Summer of Code 2018 submission period has just started!
We have just released Vert.x 3.5.1!
Recently I stumbled upon Vertx. Event-driven, asynchronized, lightweight, reactive, highly performant, polyglot application framework. Ideal for writing micro-services. I played around with it for a while and really enjoyed the concept of serverless applications.