Migrate from Vert.x 3 to Vert.x 4

Next post

What's new in Vert.x 4.4

See an overview of all new and exciting features in Vert.x 4.4, including a new OpenAPI implementation and io_uring support

阅读更多
Previous post

Improvements to the GraphQL-Java integration

Vert.x 4.4 ships several improvements to the GraphQL-Java integration.

阅读更多
Related posts

Things to keep in mind concerning CSRF attacks

Eclipse Vert.x like most frameworks provides an anti-CSRF defense. However, no framework can prevent all attack vectors that exist in the web. Therefore, developers need to be aware of some dangers and common attack vectors concerning CSRF defenses.

阅读更多

Some Rest with Vert.x

This post is part of the Introduction to Vert.x series. Let’s go a bit further this time and develop a CRUD-ish application

阅读更多

Using the asynchronous SQL client

Finally, back... This post is the fifth post of the introduction to vert.x blog series, after a not-that-small break. In this post we are going to see how we can use JDBC in a vert.x application.

阅读更多