OAuth2 got easy
Next post
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.
阅读更多Previous post
Vert.x featuring Continuous Delivery with Jenkins and Ansible
This blog entry describes an approach to adopt Continuous Delivery for Vert.x applications using Jenkins and Ansible by taking advantage of the Jenkins Job DSL and Ansible plugins.
阅读更多Related posts
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.
阅读更多Contract Driven REST Services with Vert.x3
We see a new trend in development where we are shifting from developing applications to APIs. More and more we see services being offered as REST APIs that we are allowed to consume.
阅读更多Combine vert.x and mongo to build a giant
This blog post is part of the introduction to Vert.x series. We are now going to replace this JDBC client by the vertx-mongo-client, and thus connect to a Mongo database.
阅读更多