- Vaadin 7 UI Design By Example:Beginner’s Guide
- Alejandro Duarte
- 140字
- 2021-08-13 16:17:36
Time for action – creating a new Vaadin project
Steps to create a Vaadin application are as follows:
- Navigate to File | New | Other….
- Go to the Vaadin sub tree and select Vaadin 7 Project.
- Click on Next.
- Type
welcome
for your project name and select the latest Vaadin version.Note
At the time of writing this book, the latest available version was 7.0.0.
- Click on Finish to let Eclipse create the project for us.
What just happened?
A new project has been created and we can deploy it to our server right away, so let's do it now!
Deploying and running Vaadin applications in Eclipse
Till now we have seen how to create a project, now we will see how to deploy and run the project. We are ready to see our application up and running.
推薦閱讀
- Vue 3移動Web開發(fā)與性能調優(yōu)實戰(zhàn)
- 玩轉Scratch少兒趣味編程
- Visual Basic編程:從基礎到實踐(第2版)
- Python Web數據分析可視化:基于Django框架的開發(fā)實戰(zhàn)
- Teaching with Google Classroom
- Learning OpenStack Networking(Neutron)
- Hands-On Full Stack Development with Spring Boot 2.0 and React
- MySQL 8從零開始學(視頻教學版)
- C語言從入門到精通
- Building a Media Center with Raspberry Pi
- Java編程指南:語法基礎、面向對象、函數式編程與項目實戰(zhàn)
- Design Patterns and Best Practices in Java
- 高性能MVVM框架的設計與實現:San
- Real-time Analytics with Storm and Cassandra
- Jenkins 2.x Continuous Integration Cookbook(Third Edition)