Mahesh Bmaheshbabu11.hashnode.dev·Nov 28, 2023From Backend to Frontend: Full Stack Java Apps with Spring Boot and Vaadin FlowIn an era where numerous JavaScript frameworks for UI development abound, you might wonder why there’s a need for yet another UI framework. However, consider this: What if I were to reveal that you can harness the power of a well-established language...Discussvaadin
Jeannot MullerProjeannot.hashnode.dev·Oct 12, 2023Running Vaadin 24 with Gradle on Java 21Gradle has not been officially released for Java 21, but it works sufficiently well with Gradle 8.4 or later for compilation and execution. Essentially, this means that Gradle cannot run on Java 21 LTS just yet. I will briefly demonstrate how I manag...Discuss·66 readsVaadinvaadin
Jeannot MullerProjeannot.hashnode.dev·Oct 10, 2023Xojo Web AlternativesAfter expressing my frustration regarding what I perceived as the flawed development at Xojo, I received various responses from other Xojo users. Many of these responses had an undertone suggesting that alternative solutions also had their share of i...Discuss·27 readsVaadinxojo
Donnietechnicaldeepdive.hashnode.dev·Sep 12, 2023Bài 2. Hello Vaadin with Spring Boot: Xây dựng ứng dụng 'Hello World' kết hợp Vaadin và Spring Boot1. Giới thiệu 1.1. Mục tiêu của bài hướng dẫn Bài hướng dẫn này sẽ giúp bạn xây dựng một ứng dụng web "Hello World" đơn giản bằng cách sử dụng Vaadin và Spring Boot. Qua đó, bạn sẽ hiểu rõ cách thiết lập môi trường, tạo project và kết hợp cả frontend...Discussvaadin
Donnietechnicaldeepdive.hashnode.dev·Sep 12, 2023Bài 1. Vaadin and Spring Boot: An Introduction for Java Developers1. Giới thiệu 1.1. Mục tiêu của bài viết Bài viết này nhằm giới thiệu một cách tổng quan về Vaadin và Spring Boot, hai framework mạnh mẽ trong thế giới Java, cũng như cách chúng tương tác và bổ sung lẫn nhau trong việc xây dựng ứng dụng web đầy đủ tí...Discussvaadin
Jeannot MullerProjeannot.hashnode.dev·Sep 8, 2023Translating a Vaadin DatePickerTranslating (internationalization of) the default English DatePicker in Vaadin (Flow) is quite straightforward. I created a compact subroutine for effortless reuse in all of my date pickers. // Declaration private final DatePicker birthday = new Dat...Discuss·45 readsVaadinvaadin
Anay Sinhalanay09.hashnode.dev·Jun 10, 2023Introduction to VaadinVaadin is a robust, open-source platform for web application development. It is a server-side Java framework that allows developers to build high-quality user interfaces entirely in Java without needing HTML, CSS, or JavaScript. Vaadin's unique appro...Discuss·2 likes·37 readsVaadinJava
Anay Sinhalanay09.hashnode.dev·Jun 10, 2023Building Your First Vaadin ApplicationVaadin is a powerful server-side Java framework for creating web user interfaces. In this tutorial, we'll explore how to use Vaadin to build a simple web application. We'll be using Spring Boot as our backend and Vaadin for the frontend. Setting Up t...Discuss·1 like·36 readsVaadinJava
Marcus Hellbergmarcushellberg.dev·Mar 23, 2023Java 20: a faster future is LoomingThe new six-month release cadence that Oracle announced for Java in 2018 marked the beginning of a new era for the language. Instead of getting big, breaking releases every few years, we now receive a steady stream of new features and improvements. T...Discuss·12 likes·466 readsJava