- 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.
推薦閱讀
- Kibana Essentials
- JavaScript全程指南
- ReSharper Essentials
- Servlet/JSP深入詳解
- HTML5 and CSS3 Transition,Transformation,and Animation
- 名師講壇:Spring實戰(zhàn)開發(fā)(Redis+SpringDataJPA+SpringMVC+SpringSecurity)
- jQuery開發(fā)基礎(chǔ)教程
- Oracle Exadata專家手冊
- 計算機應(yīng)用基礎(chǔ)案例教程
- Cocos2d-x by Example:Beginner's Guide(Second Edition)
- Akka入門與實踐
- 交互設(shè)計師成長手冊:從零開始學(xué)交互
- Pandas 1.x Cookbook
- Swift 2 Blueprints
- Twitter Bootstrap Web Development How-to