1.3. Support for the Eclipse IDE
While Vaadin is not bound to any specific IDE, and you can in fact easily use it without any IDE altogether, we provide special support for the Eclipse IDE, which has become the standard environment for Java development. The support includes:
-
Import the installation package as a QuickStart demo project in Eclipse
-
Install the Vaadin Plugin for Eclipse, which allows you to:
-
Create new Vaadin projects
-
Create custom themes
-
Create custom client-side widgets and widget sets
-
Edit components with a visual (WYSIWYG) editor
-
Easily upgrade to a newer version of the Vaadin library
The Vaadin Plugin for Eclipse is our recommended way of installing Vaadin; the actual installation package contains demos and documentation that are available also from the website, so you do not normally need to download and install it, unless you want to experiment with the demos or try debugging.
Installing and updating the plugin is covered in Section 2.2.5, “Vaadin Plugin for Eclipse” and the creation of a new Vaadin project using the plugin in Section 2.4.1, “Creating the Project”. See Section 8.4, “Creating a Theme in Eclipse”, Section 10.2, “Doing It the Simple Way in Eclipse”, and Chapter 7, Visual User Interface Design with Eclipse (experimental) for instructions on using the different features of the plugin.