summaryrefslogtreecommitdiffstats
path: root/documentation/introduction/intro-eclipse.asciidoc
diff options
context:
space:
mode:
authorMarkus Koivisto <markus@vaadin.com>2016-01-22 14:55:18 +0200
committerMarkus Koivisto <markus@vaadin.com>2016-01-22 14:55:18 +0200
commit99d6de546c74f0eed230ea8253dda6b85109d2e7 (patch)
tree10fc21c557566fe3241e6e13499df18d80f8dcb2 /documentation/introduction/intro-eclipse.asciidoc
parent610736d9f373d4b37fd39ff8f90aabd13eab7926 (diff)
downloadvaadin-framework-99d6de546c74f0eed230ea8253dda6b85109d2e7.tar.gz
vaadin-framework-99d6de546c74f0eed230ea8253dda6b85109d2e7.zip
Add documentation to master branch
Change-Id: I2504bb10f1ae73ec0cbc08b7ba5a88925caa1674
Diffstat (limited to 'documentation/introduction/intro-eclipse.asciidoc')
-rw-r--r--documentation/introduction/intro-eclipse.asciidoc40
1 files changed, 40 insertions, 0 deletions
diff --git a/documentation/introduction/intro-eclipse.asciidoc b/documentation/introduction/intro-eclipse.asciidoc
new file mode 100644
index 0000000000..b2fb127f7b
--- /dev/null
+++ b/documentation/introduction/intro-eclipse.asciidoc
@@ -0,0 +1,40 @@
+---
+title: Support for the Eclipse IDE
+order: 3
+layout: page
+---
+
+[[intro.eclipse]]
+= 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. The support is
+provided in the Vaadin Plugin for Eclipse, which helps you in:
+
+* Creating new Vaadin projects
+
+* Creating custom themes
+
+* Creating custom client-side widgets
+
+* Easily upgrading to a newer version of the Vaadin library
+
+
+Using the Vaadin Plugin 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.
+
+Installing and updating the Eclipse plugin is covered in
+<<dummy/../../../framework/getting-started/getting-started-eclipse#getting-started.eclipse,"Vaadin
+Plugin for Eclipse">> and the creation of a new Vaadin project using the plugin
+in
+<<dummy/../../../framework/getting-started/getting-started-first-project#getting-started.first-project.creation,"Creating
+the Project">>. 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 plugin.
+
+
+