Vaadin Blog

Vaadin Grid
s are used not only to display tabular data, but frequently also to perform actions on the items in their rows. However, developers have had to add that functionality themselves, usually via a column or columns containing buttons and the logic to manage the state of each button and perform its desired action. It is tricky to get everything just right, particularly security, accessibility, and click event propagation suppression. And if your application has a lot of Grid
s, that can result in a lot of duplicated, challenging-to-maintain code.

Key considerations for your new Java projects in 2025
Planning a new Java project in 2025? Whether you're modernizing an existing Java application or starting fresh with a greenfield project, the choices you make today—around architecture, tools, team structure, and cloud strategy—will define your project's long-term success. Key Considerations for ...

Path to passkeys with Spring Security
There are many ways to utilize passkeys. Handling authentication internally within your app may not be the fanciest way to do it in 2025, but for legacy apps and when aiming for architectural simplicity, handling passkeys by yourself, like handling usernames and passwords, can still be a ...

Flying with Vaadin Copilot: AI-enhanced Java UI development takes off
Modern business apps demand powerful, responsive UIs—and Java developers are no longer stuck managing the frontend alone. With Vaadin Copilot, Java teams can build intuitive, production-grade UIs in Java faster, thanks to a smart blend of visual tools, AI assistance, and a code-first developer ...

Process Manager: Modernizing BCI’s intranet tool with Vaadin
BCI modernized its internal tools by replacing legacy systems with Vaadin. With the new Process Manager intranet tool, they improved developer onboarding, streamlined operations, and delivered a modern, responsive user experience—all using a full-stack Java approach. The challenge BCI Mozambique ...

True nerd stuff: Plotting vessel positions with AIS, MQTT & WebSockets
I recently blogged about my enhanced web UI for a ferry reservation system we use on my "home island." It has lately been gaining more users and feature requests. As an old orienteer, I desperately wanted to see where the ferry was in real time, so I could optimize those last couple of minutes in ...

How to integrate external components into a Vaadin Flow application
With Vaadin, you’re not limited to just Java-based components provided by Vaadin or the Directory — you can seamlessly integrate a wide variety of frontend elements and libraries into your Flow-based application. Whether you’re dealing with native HTML elements, custom Web Components, React ...

Vaadin 25 beta testers wanted
The next major version of the Vaadin platform will ship in December 2025. Although there are still eight months to go, the first beta version will be released in September, and we’re already looking for volunteers for a supported upgrade pilot program. Read on to learn more about what’s cooking and ...

What Java 24 means for Vaadin applications
One of the really awesome things about Java is its forward compatibility. This means that existing Java code can benefit from language features that didn't even exist when the code was written. This applies on two different levels - first, there are the fully automatic cases where, e.g., ...

Vaadin Control Center 1.2.0 GA: Passkey login, automated DNS, TLS & more
We’re excited to announce that Control Center 1.2.0 is now Generally Available (GA) with Vaadin 24.7! This release removes the Preview tag and brings powerful new features to simplify your deployment workflows, enhance security, and improve observability. Let’s dive into what’s new. Automatic DNS ...