Vert.x featuring Continuous Delivery with Jenkins and Ansible
Next post
December 2, 2016guides
OAuth2 got easy
Oauth2 support exists in Eclipse Vert.x since version 3.2.0. The implementation follows the principles that rule the whole vert.x ecosystem.
阅读更多Previous post
September 12, 2016releases
Vert.x 3.3.3 is released!
We have just released Vert.x 3.3.3, a bug fix release of Vert.x 3.3.x.
阅读更多Related posts
September 8, 2016guides
Centralized logging for Vert.x applications using the ELK stack
This post entry describes a solution to achieve centralized logging of Vert.x applications using the ELK stack (Logstash, Elasticsearch, and Kibana).
阅读更多December 7, 2016guides
Getting started with new fabric8 Vert.x Maven Plugin
The all new fabric8 Vert.x Maven Plugin allows you to setup, package, run, start, stop and redeploy easily with a very little configuration resulting in a less verbose pom.xml.
阅读更多August 3, 2015guides
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.
阅读更多