Browsing Tag
OpenLiberty
2 posts
Zero Migration Java – Staying Current Without Breaking Your App
Keeping enterprise Java applications secure and up-to-date is critical but traditional runtime upgrades often come with painful migrations, broken dependencies, and retesting cycles. What if developers could upgrade their runtime without touching their code?
In this article, we explore the concept of zero migration — a runtime model that allows Java applications to stay current with the latest patches and features without requiring code or configuration changes.
Bring AI into your Jakarta EE apps with LangChain4J-CDI (formerly SmallRye-LLM)
Goal: This article will demonstrate how to add AI features to a Jakarta EE / MicroProfile application using…