Vaadin

Vaadin is an open-source Java web application framework that simplifies the development of modern, single-page web applications (SPAs) with Java. It allows developers to create web applications using Java on both the server and client sides, which eliminates the need to write JavaScript for most common use cases.

Vaadin abstracts away many of the complexities of web development, making it easier to create interactive and responsive web applications.

Related Tags

Tutorials

Spring Boot and Vaadin CRUD Example

Vaadin is a Java framework that simplifies front-end development by providing a rich set of reusable UI components and layouts. In this Spring Boot and Vaadin tutorial, we will explore the process of developing a basic CRUD application. 1. Goals Our goal is to construct a user interface that includes a table displaying the list …

Vaadin ComboBox Examples

In this tutorial, we will learn to work with Vaadin ComboBox UI component including setting values, filtering, adding new values and event handling.

Vaadin Text Field Examples

Learn to setup, style and validate vaadin text field control with these simple to follow code examples.

About Us

HowToDoInJava provides tutorials and how-to guides on Java and related technologies.

It also shares the best practices, algorithms & solutions and frequently asked interview questions.