Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

intro-ide.asciidoc 1.4KB

1234567891011121314151617181920212223242526272829303132333435
  1. ---
  2. title: Support for IDEs
  3. order: 3
  4. layout: page
  5. ---
  6. [[intro.ide]]
  7. = Support for IDEs
  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, IntelliJ IDEA, and the NetBeans IDE, which have become the most used environment for Java development.
  10. An official Vaadin plug-in is available for the Eclipse and NetBeans IDEs.
  11. It helps in:
  12. * creating new Vaadin projects,
  13. * creating custom themes,
  14. * creating custom client-side widgets,
  15. * downloading add-ons from the Vaadin directory, and
  16. * easily upgrading to a newer version of the Vaadin library.
  17. Availability of the features depends on the IDE.
  18. The ultimate edition of IntelliJ IDEA comes with built-in support for Vaadin.
  19. *_Vaadin Designer_* is a commercial plug-in available for the Eclipse IDE and IntelliJ IDEA.
  20. It enables visual editing of declarative designs that you can use in your applications.
  21. See <<dummy/../../../designer/designer-overview#designer.overview, "Vaadin Designer">> for more information.
  22. Using the Vaadin plug-in is the recommended way of installing Vaadin for development.
  23. Installing the IDEs and the plug-ins is covered in <<installing-overview#installing, "Installing Development Tools">>.
  24. The creation of a new Vaadin project with each IDE is covered in <<../getting-started/getting-started-first-project#getting-started.overview, "Creating a Vaadin Project">>.