- Vaadin 7 UI Design By Example:Beginner’s Guide
- Alejandro Duarte
- 167字
- 2021-08-13 16:17:37
Time for action – deploying and testing
Steps for deploying and testing the Vaadin application in NetBeans are as follows:
- Deploying an application in NetBeans couldn't be easier. Just select your welcome project and click on that little green arrow on the toolbar:
- Alternatively, you can do the same using the menu Run | Run Project (Vaadin Web Application). Even faster: F6.
- NetBeans will prompt you to select a server. You've installed Tomcat, right? Select the Apache Tomcat server and click on OK. Note that you can deploy to any server you have registered in NetBeans, we are using Tomcat just for the purposes of this example.
- Once you select the server, you will see a lot of messages on the output console. This is Maven preparing your application. Be patient, this process could take a while, only the first time.
- Go to
http://localhost:8084/welcome
and play with the just created Vaadin application.
What just happened?
We have successfully created, deployed, and run a Vaadin application using NetBeans.
推薦閱讀
- Functional Python Programming
- 基于Java技術(shù)的Web應(yīng)用開(kāi)發(fā)
- 營(yíng)銷(xiāo)數(shù)據(jù)科學(xué):用R和Python進(jìn)行預(yù)測(cè)分析的建模技術(shù)
- 基于差分進(jìn)化的優(yōu)化方法及應(yīng)用
- 差分進(jìn)化算法及其高維多目標(biāo)優(yōu)化應(yīng)用
- Rust Essentials(Second Edition)
- 小學(xué)生C++創(chuàng)意編程(視頻教學(xué)版)
- 焊接機(jī)器人系統(tǒng)操作、編程與維護(hù)
- OpenCV 4計(jì)算機(jī)視覺(jué)項(xiàng)目實(shí)戰(zhàn)(原書(shū)第2版)
- Julia 1.0 Programming Complete Reference Guide
- C++語(yǔ)言程序設(shè)計(jì)
- WebStorm Essentials
- Java程序設(shè)計(jì)實(shí)用教程(第2版)
- Neo4j 3.x入門(mén)經(jīng)典
- SQL Server on Linux