Read “Build a Streaming AI Chat in Java with Quarkus, Vaadin, and LangChain4j”, a hands-on guest post by Sebastian Kühnau showing how to stream LLM responses token by token in a pure Java UI with Vaadin Flow and Quarkus. Check out Mario Fusco’s post to learn our reasoning behind enabling by default in the Quarkus 3.35 release. Scivics Lab wrote a post “quarkus-chat-ui: A Web Front-End for LLMs, and a Real-World Case for POJO-actor” that introduces a new Chat UI component built with Vaadin and designed to integrate seamlessly into a Quarkus application, simplifying the creation of…