@LunaFreyja This is why I really love vertx.io. Almost everything is compile-time checked. Almost everything is explicit. But it is still very easy to use. #Eclipse #Vertx #java #reactive
@LunaFreyja This is why I really love vertx.io. Almost everything is compile-time checked. Almost everything is explicit. But it is still very easy to use. #Eclipse #Vertx #java #reactive
Vert.x 5 has been released.
https://vertx.io/blog/eclipse-vert-x-5-released/
https://vertx.io/blog/whats-new-in-vert-x-5/
Assembling a small runtime image of a modular Vert.x application with jlink https://vertx.io/docs/howtos/jlink-howto/
#Java #Jlink #Eclipse #Vertx
This #InfoQ article discusses the shift from blocking I/O (BIO) to non-blocking I/O (NIO) and asynchronous I/O (AIO) models, highlighting their role in modern software development.
Mohit Palriwal focuses on #vertx - a toolkit for building reactive applications on the JVM, featuring the Multi-Reactor Pattern, Event Bus, and Verticles.
Vert.x is ideal for Cloud, Big Data, and IoT, as shown through benchmarks and real-world examples.
Read now: https://bit.ly/3TCcCim
Embracing Reactive Applications on JVM: A Deep Dive Into Modern I/O Models and Vert.x https://www.infoq.com/articles/reactive-java-vertx-deep-dive/
#Java #vertx #Reactive
Quarkus With Vert.x in Reactive Programming https://dzone.com/articles/the-magic-of-reactive-programming-in-quarkus
#Java #quarkus #vertx
Асинхронная работа с файловой системой в Vert.x
Vert.x – это экосистема для создания реактивных приложений на JVM, которые могут масштабироваться и обрабатывать огромные объемы данных в реальном времени. Это полиглоттная платформа, поддерживающая не только Java, но и Kotlin, Groovy, Scala, и еще js. В контексте статьи работать будем на java Одна из фич vert.x - это набор абстракций и API для асинхронной работы с сетью, файловой системой и другими ресурсами. С его помощью можно легко создавать масштабируемые веб-приложения, микросервисы, сетевые утилиты и многое другое.
@oliver Have you looked at any of the #VertX #Blueprints? https://vertx.io/blog/vert-x-blueprint-tutorials/
@steely_glint If you want an alternative language, you can use #Groovy. If you want a simple solution, you can use #jbang. If ou want dramatically high perfs, you can use #vertx or #quarkus
Can #Java compete against #Rust? It can if you do it right! https://www.linkedin.com/pulse/how-use-java-superpowers-beat-rust-backend-challenge-leonardo-zanivan #vertx via @pmlopes
Eclipse Vert.x 4.4.5 released! | https://vertx.io/blog/eclipse-vert-x-4-4-5/
#Java #vertx
In Java and JavaScript there are libraries that ingest an #OpenAPI definition and create validations and Routes for #webservers like #expressjs or #vertx
Is there a similar library for #rust ? #RocketRS #actix #warp
Quarkus is Vert.x for Spring programmers.
---
#quarkus #springboot #springframework #java #programming #vertx
Good progress for today. Added my initial #vertx authorization provider implementation to loom. Permissions can be assigned to roles and users. I'm using #jooq to persist RBAC and caffeine to cache the authorizations. Dagger subcomponents will now be used to create DI subgraphs per request.
I hope to get more done until my summer break.
Improvements to the #GraphQL - #Java integration | Blog |#Eclipse #Vertx https://vertx.io/blog/vertx-web-graphql-java-improvements/
@nurkiewicz SSE is easier in Java with the typical JAX-RS/Spring APIs... WebSockets are a dream if you use #VertX. I think the problem is not the technology, but the implementation in Java being overly complex.
Some updates in adopt-tapir: adding #VertX as a server option for #ZIO, plus more idiomatic code when generating ZIO/cats-effect code. Thanks Krzysztof Atłasik!