- Vaadin 7 UI Design By Example:Beginner’s Guide
- Alejandro Duarte
- 96字
- 2021-08-13 16:17:36
Time for action – deploying and running
Steps to deploy and run a Vaadin application are as follows:
- Click on the Debug As… button on the toolbar and go to Debug As | Run Jetty.
- Alternatively, you can right click on your project and select Debug As | Run Jetty.
- Using your preferred browser, go to
http://localhost:8080/welcome
and play with the just created Vaadin application.
What just happened?
We have created, deployed, and run a Vaadin application using Eclipse. Upcoming applications will be generated way faster because we won't need to install any more plugins.
推薦閱讀
- DB2 V9權威指南
- Facebook Application Development with Graph API Cookbook
- JSP網絡編程(學習筆記)
- C程序設計簡明教程(第二版)
- 零基礎學C++程序設計
- 零基礎玩轉區塊鏈
- Java EE框架整合開發入門到實戰:Spring+Spring MVC+MyBatis(微課版)
- R的極客理想:工具篇
- Visual C++開發入行真功夫
- Android項目實戰:手機安全衛士開發案例解析
- Kivy Cookbook
- OpenCV with Python By Example
- Cocos2d-x by Example:Beginner's Guide(Second Edition)
- Hadoop 2.X HDFS源碼剖析
- Scala編程實戰