Docs

Documentation versions (currently viewingVaadin 7)

You are viewing documentation for an older Vaadin version. View latest documentation

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 most used environment for Java development.

Vaadin Plug-in for Eclipse helps you in:

  • creating new Vaadin projects,

  • creating custom themes,

  • creating custom client-side widgets, and

  • easily upgrading to a newer version of the Vaadin library.

Using the Vaadin plug-in for Eclipse is the recommended way of installing Vaadin for development. Downloading the installation package that contains the JARs or defining Vaadin as a Maven dependency is also possible.

Vaadin Designer is a commercial Eclipse plug-in that enables visual editing of Vaadin UIs and composites. See "Vaadin Designer" for its complete reference.

Installation of the Eclipse IDE and the plug-in is covered in "Installing the Eclipse IDE". The creation of a new Vaadin project using the plug-in is covered in "Creating a Project in the Eclipse IDE". See "Creating a Theme in Eclipse" and "Starting It Simple With Eclipse" for instructions on using the different features of the plug-in.