diff options
author | Matti Tahvonen <matti@vaadin.com> | 2017-07-17 14:10:20 +0300 |
---|---|---|
committer | Henri Sara <henri.sara@gmail.com> | 2017-07-17 14:10:20 +0300 |
commit | 80c484d7388c2ac06245aed213c5111c2c9d00fe (patch) | |
tree | 2b3e4e233cacb4716276ab1625d4c580c0aaef68 /documentation | |
parent | 01a453649e1c4ace5ea1e2b8dcf18102a639d0f1 (diff) | |
download | vaadin-framework-80c484d7388c2ac06245aed213c5111c2c9d00fe.tar.gz vaadin-framework-80c484d7388c2ac06245aed213c5111c2c9d00fe.zip |
Feature/tutorial finetuning (#9672)
* Trying to lower the barrier to start following the tutorial
* Guiding new Vaadin users to start with the tutorial
Diffstat (limited to 'documentation')
3 files changed, 6 insertions, 0 deletions
diff --git a/documentation/getting-started/chapter-getting-started.asciidoc b/documentation/getting-started/chapter-getting-started.asciidoc index 0d9f8f4d65..329e40cf3a 100644 --- a/documentation/getting-started/chapter-getting-started.asciidoc +++ b/documentation/getting-started/chapter-getting-started.asciidoc @@ -1,6 +1,8 @@ [[getting-started]] == Creating a Vaadin Application +TIP: If you are new to Vaadin, we suggest to start with <<dummy/../../../framework/tutorial#tutorial,"the tutorial">>. It also contains instructions how to set up Eclipse based development environment. + This chapter gives practical instructions for creating a Vaadin application project and deploying it to a server to run it. We also consider topics such as debugging. The instructions are given separately for the Eclipse IDE, NetBeans, and IntelliJ IDEA. diff --git a/documentation/getting-started/getting-started-first-project.asciidoc b/documentation/getting-started/getting-started-first-project.asciidoc index 73ad178d68..3903af15f5 100644 --- a/documentation/getting-started/getting-started-first-project.asciidoc +++ b/documentation/getting-started/getting-started-first-project.asciidoc @@ -7,6 +7,8 @@ layout: page [[getting-started.first-project]] = Creating and Running a Project in Eclipse +TIP: If you are new to Vaadin, we suggest to start with <<dummy/../../../framework/tutorial#tutorial,"the tutorial">>. It also contains instructions how to set up Eclipse based development environment. + This section gives instructions for creating a new Eclipse project using the Vaadin Plugin. The task will include the following steps: diff --git a/documentation/installing/installing-eclipse.adoc b/documentation/installing/installing-eclipse.adoc index 4acfb086fb..f797d2c08e 100644 --- a/documentation/installing/installing-eclipse.adoc +++ b/documentation/installing/installing-eclipse.adoc @@ -7,6 +7,8 @@ layout: page [[installing.eclipse]] = Installing the Eclipse IDE and Plugin +TIP: If you are new to Vaadin, we suggest to start with <<dummy/../../../framework/tutorial#tutorial,"the tutorial">>. It also contains instructions how to set up Eclipse based development environment. + If you are using the Eclipse IDE, using the Vaadin Plugin for Eclipse helps greatly. The plugin includes wizards for creating new Vaadin-based projects, themes, and client-side widgets and widget sets. Notice that you can also create |