Yasmany Ramos

@yasmramos
0 Followers
16 Following
4 Posts

Show r/java: jbundle – GitHub Action to ship JVM apps as self-contained binaries (no JDK required on target)

https://www.reddit.com/r/java/s/RGwtz9SSC1

@[email protected] @java

Java UI in 2026: The Complete Guide

A comprehensive overview of Java UI frameworks across desktop, web, mobile, and terminal platforms in 2026.

Robin Tegg

Today, a great guest blog post:

Rediscovering #Java #ServiceLoader: Beyond Plugins and Into Capabilities

https://blog.frankel.ch/rediscovering-java-serviceloader/

Rediscovering Java ServiceLoader: Beyond Plugins and Into Capabilities

When you think of Java modularity, chances are your first thoughts land on JPMS, or perhaps on Spring’s flexible configuration model. For those who 'experienced' like me, thought can reach OSGI specification or other stacks like Vert-X. Yet long before either, Java offered a minimal yet powerful mechanism for loose coupling: ServiceLoader. In this article, we’ll explore what ServiceLoader is, how it works under the hood, what its limitations are, and how to use it effectively in a modern Java e

A Java geek

⚡ Veld Framework v1.0.3: Compile-Time Dependency Injection

Key innovation: ASM bytecode weaving only for @inject on private fields.
Zero runtime reflection. Everything else is pure method calls.

Performance: 5.9M ops/ms | startup: 1μs | memory: 2.1MB

🏗️ All contributors are welcome!

GitHub: https://github.com/yasmramos/Veld

#Java #OpenSource #Microservices #DI #DependencyInjection #CompileTime #Veld

GitHub - yasmramos/Veld: Ultra-fast Dependency Injection for Java - Zero Reflection, Pure Code Generation

Ultra-fast Dependency Injection for Java - Zero Reflection, Pure Code Generation - yasmramos/Veld

GitHub