Vaadin Blog
Why you don't need REST endpoint classes with Hilla
We are introducing some new terminology with Hilla 2.2. We have renamed the server-side logic that you call from the browser to "browser-callable services" instead of "endpoints." We have realized that the endpoint terminology leads us to think about the network communication layer in an overly ...
Discovering hostname in Vaadin
Have you ever needed to know where your application is being run? Like the typical localhost:8080 or vaadin-form-example.demo.vaadin.com? As you likely know, Vaadin allows you to build web applications in Java, and the UI runs on the server-side JVM environment. Compared to client-side frameworks, ...
DDD Part 1: Strategic Domain-Driven Design
This is the first part of our in-depth series on Domain-Driven Design (DDD). Part two discusses tactical DDD, whereas, in part three, you'll learn how to apply DDD to working software using Java and Vaadin. Updated for 2024. Domain-Driven Design (DDD) has been around since Eric Evans published his ...
Spring Boot & React To-Do App
What You Will Build In this guide, we build a full-stack To-Do app with Spring Boot and React using the Hilla framework. You can find the complete source code for this tutorial in GitHub: https://github.com/tarekoraby/hilla-todo. What You Will Need 10 minutes Java 17 or newer Node 18.0 or newer ...
Streamlined React Form Validation with Spring Boot using Hilla
Forms are an essential component in web applications, and their validation is crucial for a good user experience. If you've been looking for a streamlined approach to React form validation, you're in the right place. With the release of Hilla 2.2, you can now effortlessly build forms using the new ...
Unleashing Vaadiners' potential
Discover the unique culture, career growth opportunities, and the people who make Vaadin a great place to work in this new series. "We offer excellent career and growth opportunities'' – This sounds like a compelling quote from a job description, doesn't it? Many individuals seek growth in their ...
Bringing Spring Boot and React together with Hilla
As a newly-minted Developer Advocate with Vaadin, I’m in the unique position of having fresh eyes to explore our frameworks, components and other services. For the last few days, I’ve been building with Hilla, a full-stack framework for building web applications, as I build a pet project in public. ...
Discover next-gen app development at the Vaadin Create 2023 conference
Save the date for October 24th-25th, 2023, and get ready to discover the full potential of business app development at Vaadin Create 2023. Join us in the vibrant city of Frankfurt, Germany, at the Meliá Frankfurt City Hotel and learn how to harness the full power of Vaadin Flow and Hilla to create ...
OpenID Connect authentication & Vaadin - An integration example using Quarkus
This blog post discusses the advantages of using OpenID Connect (OIDC) for handling authentication in web applications. It also provides an example of integrating OIDC with Vaadin using Quarkus, emphasizing the importance of security libraries and best practices when working with OIDC. OpenID ...