Skip to main content
  • Log in
  • Manage Cookies
Eclipse Plugins, Bundles and Products - Eclipse Marketplace
  • My Marketplace
  • Add Content
  • More
      • Community

      • Marketplace
      • Events
      • Planet Eclipse
      • Newsletter
      • Videos
      • Blogs
      • Participate

      • Report a Bug
      • Forums
      • Mailing Lists
      • Wiki
      • IRC
      • Research
      • Eclipse IDE

      • Download
      • Learn More
      • Documentation
      • Getting Started / Support
      • How to Contribute
      • IDE and Tools
      • Newcomer Forum
  1. Home
  2. Marketplace
  3. Tools (1328)
  4. Vaadin Plugin for Eclipse

Eclipse Foundation Member
Vaadin Plugin for Eclipse

Vaadin Plugin for Eclipse
281
11
Install

Drag to Install!

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

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)

http://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...

Screenshot 0

Screenshot 1

Screenshot 2

Screenshot 3

Details Group Tabs

Details

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.

Categories:
  • Application Development Frameworks,
  • J2EE Development Platform,
  • UI,
  • Web,
  • Web, XML, Java EE and OSGi Enterprise Development
Tags:
  • java,
  • web,
  • java ee,
  • vaadin,
  • pwa,
  • spring
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), Kepler (4.3), Juno (4.2, 3.8), Previous to Juno (<=4.1), Luna (4.4)
Platform Support: 
Windows, Mac, Linux/GTK
Organization Name: 
Vaadin
Development Status: 
Production/Stable
Date Created: 
Fri, 2009-10-09 09:49
License: 
Apache 2.0
Date Updated: 
Fri, 2021-01-15 10:13
Submitted by: 
se Mising name
Screenshots
Screenshot 0
Screenshot 1
Screenshot 2
Screenshot 3
Metrics
DateRankingInstallsClickthroughs
June 2022107/801427 (0.13%)20
May 2022129/810426 (0.1%)22
April 2022113/817479 (0.11%)26
March 2022104/820574 (0.12%)28
February 2022115/819430 (0.11%)16
January 2022111/817478 (0.12%)13
December 2021126/811399 (0.1%)22
November 2021121/822463 (0.11%)22
October 2021114/826555 (0.13%)21
September 2021118/830498 (0.12%)21
August 2021114/818460 (0.12%)17
July 2021108/826524 (0.13%)35
View Data for all Listings
Errors

Unsuccessful Installs in the last 7 Days: 0

Download last 500 errors (CSV)
External Install Button

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
Saturday, June 25, 2022 - 08:50

Reviews Sign in to post reviews

zingielewicz's picture

for Neon?

Submitted by Zenon Ingielewicz on Sat, 2019-02-23 14:07

where can I find this plugin for eclipse neon?

ryrjn's picture

Re: for Neon?

Submitted by Risto Yrjänä on Mon, 2019-03-04 06:31

The plugin currently supports Eclipse Oxygen and newer.

ahmann's picture

Update Site is not working

Submitted by Andreas öhmann on Fri, 2017-01-13 02:17

Is there anybody outhere which was able to install the designer from the update site http://vaadin.com/eclipse??? Its not working for me :(

mlucet's picture

Offline installation

Submitted by Margot Lucet on Wed, 2016-09-14 11:51

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

asignelle8b's picture

Offline installation

Submitted by Artur Signell on Fri, 2017-01-13 03:24

See https://github.com/Artur-/vaadin-eclipse-mirror for an example on how to create a mirror/offline version of the update site

smisingname8q3's picture

Unfortunately this is not

Submitted by Se Mising name on Mon, 2016-10-31 07:26

Unfortunately this is not anymore available.

cmedianu's picture

visual editor not working

Submitted by Calin Medianu on Tue, 2014-10-21 20:32

Not sure of the visual editor is supposed to be working, but it's not working. Is this project still being maintained?

vingman's picture

Vaadin Designer is coming out soon

Submitted by Ville Ingman on Mon, 2015-03-16 09:47

Hi. We currently working on an entirely new editor called the Vaadin Designer. Check it out at Vaadin site under "Designer".

smisingname8q3's picture

Vaadin 7.3 and Valo support

Submitted by Se Mising name on Wed, 2014-09-03 04:53

Updated plugin for Vaadin 7.3 and Valo theme engine. Learn more at https://vaadin.com/valo

cmedianu's picture

WYSIWYG editor broken?

Submitted by Calin Medianu on Thu, 2014-10-23 01:28

Hi,

Has the WYSIWYG editor been removed from this plugin? It does not work in LUNA.

eserrata's picture

Nice framewok

Submitted by Eneldo Serrata on Thu, 2010-09-23 15:25

Vaadin rock

i integrade with my jboss ejb proyect congractulation

Markets

  • Eclipse Project (4)
  • Tools (1328)
    • Application Development Frameworks (165)
    • Application Management (29)
    • Application Server (33)
    • BIRT (10)
    • Build and Deploy (103)
    • Business Intelligence, Reporting and Charting (14)
    • Code Management (117)
    • Collaboration (37)
    • Database (46)
    • Database Development (34)
    • Database Persistence (17)
    • Documentation (61)
    • Eclipse Kura (112)
    • Eclipse SmartHome (46)
    • EclipseRT Target Platform Components (8)
    • Editor (337)
    • Entertainment (14)
    • General Purpose Tools (122)
    • Graphics (33)
    • IDE (340)
    • Internet of Things (IoT) (34)
    • J2EE Development Platform (44)
    • J2ME (6)
    • Languages (154)
    • Linux Tools (19)
    • Logging (22)
    • Mobile and Device Development (50)
    • Modeling (91)
    • Modeling Tools (146)
    • Mylyn Connectors (21)
    • Network (14)
    • Other (73)
    • Process (18)
    • Profiling (22)
    • Programming Languages (99)
    • Reporting (32)
    • Rich Client Applications (40)
    • Science (4)
    • SCM (20)
    • Search (41)
    • SOA Development (15)
    • Source Code Analyzer (100)
    • Systems Development (57)
    • Team Development (56)
    • Testing (90)
    • Tools (564)
    • UI (94)
    • UML (41)
    • Web (91)
    • Web Services (32)
    • Web, XML, Java EE and OSGi Enterprise Development (32)
    • XML (29)
  • IoT (162)
    • Eclipse Kura (112)
    • Eclipse SmartHome (46)
  • RCP Applications (78)
  • Training & Consulting (53)
  • Long Term Support (11)

Search

Advanced Search

More like this

  • Workshop J2EE OSGi SDK
  • MyEclipse
  • Eclipse PDE (Plug-in Development Environment)
  • Workshop J2EE SDK
  • Jelastic PaaS Plugin

Favorited by

Eclipse Foundation

  • About Us
  • Contact Us
  • Donate
  • Members
  • Governance
  • Code of Conduct
  • Logo and Artwork
  • Board of Directors

Legal

  • Publishing Guidelines
  • Privacy Policy
  • Terms of Use
  • Copyright Agent
  • Eclipse Public License
  • Legal Resources

Useful Links

  • Welcome to Marketplace
  • Report a Bug
  • Documentation
  • How to Contribute
  • Mailing Lists
  • Forums
  • Marketplace

Other

  • IDE and Tools
  • Projects
  • Working Groups
  • Research@Eclipse
  • Report a Vulnerability
  • Service Status

Copyright © Eclipse Foundation. All Rights Reserved.

Back to the top