You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

intro-eclipse.asciidoc 1.6KB

1234567891011121314151617181920212223242526272829303132
  1. ---
  2. title: Support for the Eclipse IDE
  3. order: 3
  4. layout: page
  5. ---
  6. [[intro.eclipse]]
  7. = Support for the Eclipse IDE
  8. While Vaadin is not bound to any specific IDE, and you can in fact easily use it
  9. without any IDE altogether, we provide special support for the Eclipse IDE,
  10. which has become the most used environment for Java development.
  11. *_Vaadin Plug-in for Eclipse_* helps you in:
  12. * creating new Vaadin projects,
  13. * creating custom themes,
  14. * creating custom client-side widgets, and
  15. * easily upgrading to a newer version of the Vaadin library.
  16. Using the Vaadin plug-in for Eclipse is the recommended way of installing Vaadin for development.
  17. Downloading the installation package that contains the JARs or defining Vaadin as a Maven dependency is also possible.
  18. *_Vaadin Designer_* is a commercial Eclipse plug-in that enables visual editing of Vaadin UIs and composites.
  19. See <<dummy/../../../designer/designer-overview#designer.overview, "Vaadin Designer">> for its complete reference.
  20. Installation of the Eclipse plug-in is covered in <<dummy/../../../framework/getting-started/getting-started-eclipse#getting-started.eclipse,"Vaadin plug-in for Eclipse">>.
  21. The creation of a new Vaadin project using the plug-in is covered in <<dummy/../../../framework/getting-started/getting-started-first-project#getting-started.first-project.creation,"Creating the Project">>.
  22. See <<dummy/../../../framework/themes/themes-eclipse#themes.eclipse,"Creating a Theme in Eclipse">> and <<dummy/../../../framework/gwt/gwt-eclipse#gwt.eclipse,"Starting It Simple With Eclipse">> for instructions on using the different features of the plug-in.