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.

installing-overview.adoc 1.6KB

12345678910111213141516171819202122232425262728
  1. ---
  2. title: Overview
  3. order: 1
  4. layout: page
  5. ---
  6. [[installing.overview]]
  7. = Overview
  8. You can develop Vaadin applications in essentially any development environment
  9. that has the Java SDK and deploys to a Java Servlet container.
  10. You can use Vaadin with any Java IDE or no IDE at all.
  11. Vaadin has special support for the Eclipse and NetBeans IDEs, as well as for IntelliJ IDEA.
  12. .Vaadin installation steps
  13. image::img/installation-steps-hi.png[width=100%, scaledwidth=100%]
  14. Managing Vaadin and other Java libraries can get tedious to do manually, so using a build system that manages dependencies automatically is adviced.
  15. Vaadin is distributed in the Maven central repository, and can be used with any build or dependency management system that can access Maven repositories, such as Ivy or Gradle, in addition to Maven.
  16. Vaadin has a multitude of installation options for different IDEs and dependency
  17. managers.
  18. You can also install it from an installation package:
  19. * With the Eclipse IDE, use the Vaadin Plugin for Eclipse, as described in <<installing.eclipse,"Vaadin Plugin for Eclipse">>
  20. * With the Vaadin plugin for NetBeans IDE ( <<../getting-started/getting-started-netbeans#getting-started.netbeans,"Creating a Project with NetBeans IDE">>) or IntelliJ IDEA
  21. * With Maven, Ivy, Gradle, or other Maven-compatible dependency manager, under Eclipse, NetBeans, IDEA, or using command-line, as described in <<../getting-started/getting-started-maven#getting-started.maven,"Using Vaadin with Maven">>
  22. * From installation package without dependency management, as described in <<../getting-started/getting-started-package#getting-started.package,"Vaadin Installation Package">>