Eclipse Vert.x 3.5.2
Next post
Simplified database transaction management with the Vert.x RxJava API
As of Vert.x 3.5, managing database transactions requires a lot of boilerplate code. Vert.x 3.6 provides helpers to easily make a reactive flow transactional.
阅读更多Previous post
Eclipse Vert.x goes Native
This blog post introduces native image generation of Vert.x applications with GraalVM. Generated executables can be run without a JVM.
阅读更多Related posts
Real-time bidding with Websockets and Vert.x
The expectations of users for interactivity with web applications have changed over the past few years. Users during bidding in auction no longer want to press the refresh button.
阅读更多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.
阅读更多Building a real-time web app with Angular/Ngrx and Vert.x
There are multiple tech stacks to build a real-time web app. What are the best choices to build Angular client apps, connected to a JVM-based backend?
阅读更多