Browse Source

Feature/tutorial finetuning (#9672)

* Trying to lower the barrier to start following the tutorial
* Guiding new Vaadin users to start with the tutorial
tags/8.1.0.rc2
Matti Tahvonen 6 years ago
parent
commit
80c484d738

+ 2
- 0
documentation/getting-started/chapter-getting-started.asciidoc View File

@@ -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.

+ 2
- 0
documentation/getting-started/getting-started-first-project.asciidoc View File

@@ -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:


+ 2
- 0
documentation/installing/installing-eclipse.adoc View File

@@ -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

Loading…
Cancel
Save