Quantcast
Channel: UI
Viewing all articles
Browse latest Browse all 1007

Vaadin Plugin for Eclipse

$
0
0
Date Created: 
Fri, 2009-10-09 09:49
Date Updated: 
Mon, 2016-02-22 14:24

Vaadin is a powerful open source UI library for creating rich web user interfaces. It is a Java EE compatible component library that makes it easy for Java developers to create stunning web applications. No need for JavaScript or XML programming - just use Java:

Label l = new Label("Hello Vaadin User");
layout.addComponent(l);

In addition to dozens of built-in components the Vaadin Directory at https://vaadin.com/directory provides over 500 extra widgets and components for building your application.

The Vaadin Plugin for Eclipse comes with project wizard and samples and WYSIWYG visual designer and wizards to speed up the development.

Vaadin Ltd offers professional tools and support for the framework. Learn more at https://vaadin.com/tools-and-services


Viewing all articles
Browse latest Browse all 1007

Trending Articles