ChronoGrid
A Vaadin Flow calendar component that does what most others don’t: it treats CalDAV as a first-class backend, not an afterthought. …
A Vaadin Flow calendar component that does what most others don’t: it treats CalDAV as a first-class backend, not an afterthought. …
A small library that lets you embed Vaadin Flow in a single executable JAR — spun up against embedded Jetty with a minimal API. No Spring, …
A pure-JDK URL shortener built as a learning vehicle for the Advent Calendar 2025 series. Every step is documented in a blog post — 14 parts …
A pattern catalogue for Vaadin Flow — small, focused recipes that solve real production problems. Each one is documented as a blog post with …
Basis: Vaadin 25.2 release post and the official security documentation at vaadin.com/docs/latest/flow/security. Table of Contents …
1. Introduction: From the Result to the Process The first part of this series dealt with the main view — the juxtaposition of two answers as …
1. Introduction: The Interface as Proof The preceding article in this series built an MCP server using nothing but the facilities of the JDK …
Many example projects overload the starting point by covering too many topics at once. Routing, data access, security, forms, theme …
Modern web applications are rarely used only by users with the same language. Even internal tools often reach international teams or are …
Vaadin Flow enables the development of complete web applications exclusively in Java. Components, layouts, navigation, and even complex UI …
The starting point for this article was not a strategic architecture workshop or a long-term planned migration path, but a comparatively …
Export functions are often seen as a purely technical side task: one button, one download, done. In a Vaadin-based application, however, it …