Vaadin Blog
Create a custom component with Lit
Learn how to make your custom component a first-class citizen in the Lumo design system. In this tutorial, I will share some learnings I have gathered with my team when we have implemented custom components for Vaadin. When you start creating your custom components, I would assume you like them to ...
What stuck out to the Products team in the Vaadin Community Survey 2021
In the Vaadin Community Survey 2021, we asked our community members a series of questions to help us gain a better understanding of who is currently using Vaadin, why they’re using Vaadin, as well as what are some of the most common things they struggle with when building applications with Vaadin. ...
German insurance company HDI achieves a 50% reduction in lines of code by migrating to Vaadin
HDI is in the process of modernizing its business-critical application, Policy. The company migrated the internal application’s client side, originally built on RCP and SWT, to Vaadin Flow V14 to make use of our comprehensive selection of web components. Read the full story below. The company: A ...
Learn from the best – productivity tips from software architect Petter Holmström
Vaadin not only develops frameworks for building applications. We also develop actual applications. In all of these, we use our tools to some extent, but many deliveries by our Services department are fundamentally generic Java software projects, or consulting on them. This is probably the place to ...
New release: Hilla 1.1
The first new Hilla minor release, version 1.1, is out now! We roll out updates to the Hilla framework with quarterly minor releases that both fix bugs and introduce new features. The previous version, Hilla 1.0.6, is being maintained for 3 more months – so update now! What's new? Hilla 1.1 ships ...
Vaadin 23.1: The first new minor release!
Vaadin is becoming even better with the upcoming minor releases. You can access the new features and improvements, such as the LumoUtility Java API and improved Grid, in the first minor release, Vaadin 23.1. We adopted a simplified release model with Vaadin 23 two months ago. This model enables us ...
Inheritance vs Composition in Web Components
As developers, we strive for efficiency – not only in our code, but also in the software development process itself. One way to achieve this efficiency is to avoid redundancy and prioritize code reuse, so that we do not end up reinventing the wheel. Two tools that we have in our arsenal to achieve ...
Sending web push notifications from Spring Boot
Web push notifications are a way of informing your app users when something important has happened. Users can receive web push notifications even when they are not actively using your application, for instance, if the app is open in a background tab or even if it's not open. A notification message ...
Building accessible web apps with Vaadin
Accessibility in web application development is about removing barriers that could prevent people from accessing or using a digital product, such as a website or mobile app. With an estimated one billion people experiencing some form of disability, and the digital transformation from office to home ...