Nicolas Fränkelfrankel.hashnode.dev·Oct 24, 2024Summary of the AJAX frameworks comparisonIn previous weeks, I've analyzed several libraries and frameworks that augment the client with AJAX capabilities. Vue.js Alpine.js HTMX Vaadin In this post, I'll compare them across several axes. Analysis Frontend skills: Remember that I sta...DiscussVue.js
Nicolas Fränkelfrankel.hashnode.dev·Oct 17, 2024Vaadin, the battery-included server-side AJAX frameworkI've written a lot about Vaadin. I was so enthusiastic that I wrote the first book about it (besides the Book of Vaadin), its updated edition for Vaadin 7, and a companion website. Still, I'm amazed that so many people in the JVM world never heard of...DiscussSSR
Alexandru Tudoralextudor.tech·Aug 12, 2024Build a GenAI Fitness Trainer App with Spring AI, Java and Vaadin FlowIntroduction Back in March I wrote an article about building an A.I fitness trainer app using Python and LM Studio. While Python is not my main programming language, the recent developments in terms of new A.I frameworks like Langchain and LlamaIndex...Discussllm
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·99 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·64 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·67 readsVaadinvaadin
Alexandru Tudoralextudor.tech·Jul 1, 2023Full stack with Vaadin as a Java developerVaadin Flow is a framework trying to offer a fast and easy solution for developers to create full stack applications using Spring Boot for the back end and, please sit down for this, their Java components for the front end. For some reason the idea o...DiscussJava