Vaadin Plugin for Eclipse

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

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), 2020-03 (4.15), 2020-06 (4.16), 2020-09 (4.17), 2020-12 (4.18), 2021-03 (4.19)

https://vaadin.com/eclipse/

Luna (4.4)

http://vaadin.com/eclipse/4.4

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

http://vaadin.com/eclipse/3.5

Learn more...
Solution Description

Vaadin is an open source Java UI library for creating rich web user interfaces. Using its component-based API developers can create stunning web applications in plain Java.

With Vaadin you don't have to think about client-server communication (XHR, WebSockets) or writing JavaScript, CSS or markup languages. Instead, you can write UIs in idiomatic Java, like this:

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

Vaadin only requires a servlet container, and there are integration libraries for Spring and Java EE (CDI). In addition to dozens of built-in components, the Vaadin Directory provides over 500 community made widgets and components for building your application.

The Vaadin Plugin for Eclipse comes with project templates and samples to speed up your development.

Vaadin is Open source (Apache 2.0) but Vaadin Ltd offers professional tools and services for the framework.

Additional Details

Eclipse Versions: 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), 2020-03 (4.15), 2020-06 (4.16), 2020-09 (4.17), 2020-12 (4.18), 2021-03 (4.19), 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: Wednesday, December 14, 2022 - 09:47

Submitted by: se Mising name

Screenshot
Date Ranking Installs Clickthroughs
March 2024 180/651 90 3
February 2024 148/687 194 9
January 2024 133/691 245 12
December 2023 155/671 195 10
November 2023 152/686 237 9
October 2023 148/673 243 20
September 2023 128/663 288 11
August 2023 122/673 297 8
July 2023 118/668 304 9
June 2023 124/669 323 13
May 2023 144/671 263 9
April 2023 127/667 309 8
View Data for all Listings

Unsuccessful Installs

Unsuccessful Installs in the last 7 Days: 0

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 Plugin for Eclipse.

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