Recent Posts

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 »

Observing Apache NetBeans with OpenTelemetry and Dash0

Author: Geertjan Wielenga Original post on Foojay: Read More Table of Contents The question nobody thinks to askWhy this is more than a curiosityThe setup What I started with Step 1: download the agent Step 2: patch netbeans.conf Step 3: start NetBeans What arrives in Dash0 Logs: the IDE’s internal monologue Spans: every outbound HTTP call JVM metrics: the IDE’s …

Read More »