Vaadin Blog
Vaadin 24 pre-release available for Spring Boot 3.0
With Spring Boot 3.0 now released, Vaadin Flow users may wonder about compatibility. Don’t worry! Vaadin 24 will be compatible with Spring Boot 3.0 and the pre-release is already available if you’re eager to be on the latest Spring Boot version. According to Spring, free support for Spring Boot 2.7 ...
PWAs for Business Applications: What Enterprise Dev Teams Need to Know
The benefits of Progressive Web Applications (PWA) for consumer apps and especially e-commerce apps are often reported. But beyond conversion, organic traffic, and daily active users, there are real benefits for business and enterprise applications – without additional effort, when using the right ...
How to Convert Java Swing to a Web Application
Editor's note: Since this article was originally published, the Swing Modernization Toolkit has been renamed to SwingBridge. Converting a Java Swing application to the web – or any legacy application for that matter – can be a complex and time-consuming process. Despite the challenges, however, ...
Cobra Systems builds a modern, portable ERP software for the food industry with Vaadin
Cobra Systems is using the latest version of Vaadin Flow to build new, modern ERP software for their customers. The new software will be much more user-friendly and it is set to be released in mid-2023. Read the full story below. The company: A software supplier for the Finnish food industry Cobra ...
NOAA Is Powering NWS’s Decision Support Services With Vaadin
The National Weather Service of the US Federal Government is currently modernizing their Impact-based Decision Support System from an outdated and cumbersome technology to Vaadin 23. So far, the results have yielded an increase in developer productivity and more efficient development times. NOAA: A ...
Renewing the Vaadin License Checker
For those using one of our commercial products, you may have encountered the license validation window at some point: When you click on it or log in to vaadin.com to verify your identity, the system is notified that everything is okay, and it goes away, allowing you to continue building your app. ...
Jakarta EE is becoming mainstream – Get ready for Spring Boot 3 and Vaadin 24
TL;DR: The Java enterprise application ecosystem at large is making a backward-incompatible leap from the javax.* namespace into jakarta.*. To use next-generation application frameworks like Spring Boot 3 or Jakarta EE 10 compatible application servers, you'll need to use the soon-to-be-released ...
Develop a full-stack Java application with Kafka and Spring Boot
What You Will Build You will build a full-stack reactive web app that sends and receives messages through Kafka. The app uses Spring Boot and Java on the server, Lit and TypeScript on the client, and the Hilla framework for components and communication. A browser window with an app showing one ...
Web vs Native Mobile Apps: What's the Best for Your Java Development?
One of the first challenges in building an application is deciding which platforms to support. Native mobile apps offer great usability but are expensive to build. On the other hand, web apps work on all platforms but have traditionally been unable to deliver the same user experience as native ...