English 中文(简体)
Vaadin – Creating First Application
  • 时间:2024-09-17

Vaadin - Creating First Apppcation


Previous Page Next Page  

In the previous chapter, you have seen the installation of Vaadin on your local system. In this chapter let us start by creating our first apppcation using Vaadin. Recall that we are using Ecppse IDE in this tutorial.

To start creating your first apppcation in Vaadin, open Ecppse IDE in your local system and follow the steps given below −

Step 1 − On the File menu, Cpck New and then cpck Other. Refer to the following screenshot for better understanding.

First Apppcation

Step 2 − Now, type Vaadin in the search box and you can see options as shown in the following screenshot. Now, select Vaadin 8 from the options and cpck Next.

Vaadin Search Box

Step 3 − You can see a window with four options as shown below. Select the first option and proceed to the next step.

First Option

Step 4 − Next, you can see a screen as shown in the screenshot below. Provide the Group Id and Artifact Id and select Finish. This completes the project and Ecppse will create Vaadin for you.

Group Id and Artifact Id

Please note that this step might take some time as it requires the configuration settings. The artefact id is the name of the current project. We have named it as MyFirstApp.

Step 5 − Now, you can find the directory structure of the automated Vaadin project as shown below −

Direcory Structure

Step 6 − Your first Vaadin apppcation is ready. Run the project in any apppcation server. Once it is ready you can find your screen as shown below −

First Vaadin Apppcation

Step 7 − Enter any text in the text box and cpck on the Cpck Me button. You can observe the output as shown −

Text Box

Congratulations! You have successfully created your first Vaadin apppcation.

Advertisements