- 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.
推薦閱讀
- Java應用與實戰
- Reporting with Visual Studio and Crystal Reports
- Java入門經典(第6版)
- 自制編譯器
- HTML5 移動Web開發從入門到精通(微課精編版)
- 羅克韋爾ControlLogix系統應用技術
- 編寫高質量代碼:改善C程序代碼的125個建議
- Amazon S3 Cookbook
- Node.js開發指南
- 從0到1:HTML5 Canvas動畫開發
- Instant Automapper
- AI自動化測試:技術原理、平臺搭建與工程實踐
- Learning Cocos2d-JS Game Development
- Splunk Essentials
- Learning Puppet