Recent Posts

Spring vs Quarkus vs Jooby vs Vert.x: Pick Your Next Java Framework

Author: Catherine Edelveis Original post on Foojay: Read More Table of Contents Choosing your character classSpringQuarkusJoobyVert.xThe numbersWho plays which character TLDR Building the same app four times revealed that the fastest framework also needed the most code, and the safest choice isn’t always the cheapest one to run. “Just use Spring” is rarely wrong. It’s also rarely the most interesting …

Read More »

Codename One: AI, OAuth, And Other Platform APIs In The Core

Author: Shai Almog Original post on Foojay: Read More Table of Contents AI: a first-class LLM client and a ChatView component LlmClient: the basic chat request Streaming chat (what you actually want for chat UIs) Tool calls Embeddings Image generation Working against Ollama in the simulator (no API charges) How to handle API keys ChatView: a ready-made streaming chat UI …

Read More »

Foojay Podcast #98: The End of JNI Pain: How WebAssembly Is Quietly Replacing Native Libraries in Java

Author: Andrea Peruffo Original post on Foojay: Read More Table of Contents YouTubePodcast AppsGuestLinksContent WebAssembly is already running inside Java applications, most developers just don’t know it yet. In this episode, Andrea Peruffo walks us through how WebAssembly is becoming the modern, safe alternative to JNI: letting you run Rust, C, and other native libraries directly on the JVM, without …

Read More »