New podcast episode! Andrea Peruffo and @frankdelporte.be discuss how WebAssembly is changing the game for Java developers who work with native libraries. No more JNI headaches.
foojay.io/today/foojay...
#Java #WebAssembly #Foojay #WASM #JNI #FFM
New article on Foojay: Geertjan Wielenga shows how to monitor Apache NetBeans with OpenTelemetry and Dash0 to gain better insights into your IDE's performance and behavior.
foojay.io/today/observ...
#OpenTelemetry #NetBeans #Java
Codename One now includes AI, OAuth, and other platform APIs directly in the core. Shai Almog covers the new features and how they simplify cross-platform mobile development.
foojay.io/today/codena...
#Java #MobileDev #CodeNameOne
BoxLang 1.14.0 adds support for inner classes, improving code organization and encapsulation. Cristobal Escobar breaks down the new features and how to use them.
Read more: foojay.io/today/boxlan...
#BoxLang #Java
New JC-AI Newsletter #16 is out! Miro Wengner from @openvalue.eu covers the latest in Java and AI. Check it out on Foojay.
foojay.io/today/jc-ai-...
#Java #AI #Newsletter
New on Foojay: Learn how to add conversational memory to your AI operations assistant using Spring AI and MongoDB Atlas. Matteo Rossi shows you the implementation details in part 2 of this series.
foojay.io/today/buildi...
#Java #SpringAI #MongoDB #AI
Spring developers can now build AI agents without adding another runtime to their stack. Sekka explains how Spring AI keeps your architecture simple and your agents production-ready.
foojay.io/today/spring...
#SpringAI #Java #AI
New post from Shai Almog on improving your Codename One workflow with on-device debugging and JUnit 5 integration. Learn how to catch bugs earlier and test more effectively.
foojay.io/today/on-dev...
#CodenameOne #Java #MobileDev
Your TLS stack claims zero-copy support? Think again. Arkadiusz Przychocki breaks down the reality behind these claims and what's actually happening under the hood.
foojay.io/today/your-t...
#Java #TLS #Performance
foojay is the place for all OpenJDK Update Release Information. Learn More.
Andrea Peruffo explains in this new @foojay.io #podcast, what #WebAssembly #WASM is, and how it works. Did you know it's already used in a lot of #Java libraries? His #Endive project makes it easy to use WASM in Java projects.
On YouTube or in your podcast app:
www.youtube.com/watch?v=BCbJ...
Foojay, the Friends Of OpenJDK
Foojay, the Friends Of OpenJDK
Foojay, the Friends Of OpenJDK
foojay is the place for all OpenJDK Update Release Information. Learn More.
foojay is the place for all OpenJDK Update Release Information. Learn More.
foojay.io
This is the second article in a three-part series. Part 1 covered the RAG foundation — loading runbooks into a vector store and wiring them to a language model. Part 3 will introduce stateful workflow...
AgentFlow4J is a JVM-native runtime for governed multi-agent systems. Build, govern and operate AI agents on your existing Spring infrastructure without introducing a second platform.
A walk-through of the new JDWP-based on-device debugging pipeline for ParparVM iOS apps and Android apps, with a step-by-step IntelliJ tutorial for each. P
foojay.io
In a zero-allocation runtime, SSLEngine becomes a structural mismatch. It keeps TLS on the heap-facing side of the JVM...
Deeper AI integration in the framework core, modern authentication via OAuth / OIDC and WebAuthn passkeys driven from the system browser, and a few smaller