Vaadin Tools

Add this URL to your Eclipse Installation to reach this solution's update site.

2021-03 (4.19), 2020-12 (4.18), 2020-09 (4.17), 2020-06 (4.16), 2020-03 (4.15), 2019-12 (4.14), 2019-09 (4.13), 2019-06 (4.12), 2019-03 (4.11), 2018-12 (4.10), 2018-09 (4.9), Photon (4.8), Oxygen (4.7)

https://vaadin.com/eclipse/

Luna (4.4)

https://vaadin.com/eclipse/4.4

Kepler (4.3), Juno (4.2, 3.8), Previous to Juno (<=4.1)

https://vaadin.com/eclipse/3.5

Learn more...
Solution Description

Vaadin is a web application platform designed to help Java developers build intuitive and responsive applications with ease. It simplifies the complexities of modern web development with its full-stack web components, enabling you to deliver exceptional user experiences. Whether you prefer to work entirely in Java or use React for the front-end, Vaadin gives you the flexibility to choose the approach that works best for your project.

You can create applications by composing the user interface from UI components, connecting it to data sources, and reacting to user events – similar to building traditional desktop applications. The UI components are rendered in the browser as standard HTML, ensuring compatibility across modern browsers and devices.

List<Person> personList = backendService.getAllPersons();
Grid<Person> grid = new Grid<>(Person.class);
grid.setItems(personList));
grid.setColumns("firstName", "lastName", "email");

Built on modern industry standards, Vaadin ensures that your applications are secure and future-proof. It supports familiar design patterns for desktop applications like MVC or MVP, making it a popular platform to migrate desktop Java projects to the web. Additionally, Vaadin provides a range of tools to accelerate modernization projects, whether you're aiming for a complete migration in one go or a gradual, phased approach. The Modernization Toolkit supports easy and automated migration to the web, while tools like Swing Kit and MPR enable a phased modernization of applications. In both scenarios, Vaadin helps minimize the need for costly rewrites.

To get the most out of your Vaadin experience, check out our extensive documentation and tutorials for a flying start!

Vaadin Eclipse plug-in comes with a key feature:

  1. Modernization Toolkit Analyzer: (free) Take the first step in preparing your modernization project
  2. Dragonfly Transpiler: (with license) Apply an automated refactoring to Swing or Vaadin applications to accelerate the move to web, modern Java, and the latest web specifications
Additional Details

Eclipse Versions: 2021-03 (4.19), 2020-12 (4.18), 2020-09 (4.17), 2020-06 (4.16), 2020-03 (4.15), 2019-12 (4.14), 2019-09 (4.13), 2019-06 (4.12), 2019-03 (4.11), 2018-12 (4.10), 2018-09 (4.9), Photon (4.8), Oxygen (4.7), Luna (4.4), Kepler (4.3), Juno (4.2, 3.8), Previous to Juno (<=4.1)

Platform Support: Windows, Mac, Linux/GTK

Organization Name: Vaadin

Development Status: Production/Stable

Date Created: Friday, October 9, 2009 - 09:49

License: Apache 2.0

Date Updated: Tuesday, October 22, 2024 - 02:56

Submitted by: Sami Ekblad

Screenshot
Date Ranking Installs Clickthroughs
December 2024 153/600 67 10
November 2024 131/658 197 19
October 2024 153/663 174 8
September 2024 131/642 209 23
August 2024 182/641 103 33
July 2024 157/663 140 16
June 2024 156/681 162 20
May 2024 156/682 186 13
April 2024 154/687 189 17
March 2024 177/694 156 4
February 2024 148/687 194 9
January 2024 133/691 245 12
View Data for all Listings

Unsuccessful Installs

Unsuccessful Installs in the last 7 Days: 3

Download last 500 errors (CSV)

Marketplace Drag to Install Button

By adding the following code below to your website you will be able to add an install button for Vaadin Tools.

HTML Code:

Markdown Syntax:

Output:

Drag to your running Eclipse* workspace. *Requires Eclipse Marketplace Client

Reviews Add new review

Hello!

Is there a way to do an offline installation of the plugin by downloading it? If you have proxy issues in your company network from example.

Thank you