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...Vue.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...SSR
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...llm
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...vaadin
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...vaadin
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í...vaadin
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...Java
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...2 likes·43 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...1 like·49 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...12 likes·360 readsJava