- Vaadin 7 UI Design By Example:Beginner’s Guide
- Alejandro Duarte
- 145字
- 2021-08-13 16:17:36
Time for action – creating a new Vaadin project
Steps to create a new Vaadin project are as follows:
- Go to File | New Project… and select Project from Archetype under the Maven category. Click on Next.
- Type
vaadin
in the Search field and select vaadin-archetype-application. Click on Next.Note
You can think of Maven archetypes as project wizards maintained online. Maven will take care of all JARs needed.
- Enter
welcome
as Project name and click on Finish.Note
You may want to fill in the rest of the fields with your preferred values, but for this first application, defaults are just fine.
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 NetBeans
We are ready to see our application up and running.
推薦閱讀
- Learning Python Web Penetration Testing
- Game Programming Using Qt Beginner's Guide
- Python數據分析基礎
- Android Studio Essentials
- Visual C
- 程序員修煉之道:通向務實的最高境界(第2版)
- 自然語言處理Python進階
- Mastering JBoss Enterprise Application Platform 7
- HTML5秘籍(第2版)
- Visual FoxPro 6.0程序設計
- Python Web自動化測試設計與實現
- R語言數據挖掘:實用項目解析
- Application Development with Parse using iOS SDK
- OpenCV 3.0 Computer Vision with Java
- HTML5游戲開發實戰