- Vaadin 7 UI Design By Example:Beginner’s Guide
- Alejandro Duarte
- 167字
- 2021-08-13 16:17:36
Time for action – installing Jetty
Steps to make Eclipse a Jetty-ready IDE are as follows:
- Go to Help | Eclipse Marketplace… in Eclipse.
- Type
Run Jetty Run
in the Find field inside the Search tab and press Enter. - Click on the Install button besides the Run Jetty Run plugin.
- Make sure Run Jetty Run is checked and click on Next.
- Accept the license agreement and click on Finish.
- The installation process can take some minutes. You will be prompted to accept installing software that contains unsigned content. Click on OK when asked to and let Eclipse continue with the installation.
- Once Eclipse finishes installing the plugin, it will ask you if you want to restart the IDE. Do it again.
What just happened?
We've successfully downloaded and installed our own Jetty server.
Now we are ready to create and deploy our first Vaadin-powered application.
Creating a new Vaadin project in Eclipse
The Vaadin plugin for Eclipse includes a wizard to easily create new Vaadin projects.
推薦閱讀
- Cocos2D-X權(quán)威指南(第2版)
- JavaScript全程指南
- Mastering Objectoriented Python
- Unity 2020 Mobile Game Development
- Java Web開發(fā)之道
- .NET 4.0面向?qū)ο缶幊搪劊夯A(chǔ)篇
- 神經(jīng)網(wǎng)絡(luò)編程實(shí)戰(zhàn):Java語言實(shí)現(xiàn)(原書第2版)
- INSTANT Sencha Touch
- Oracle Database 12c Security Cookbook
- 精通網(wǎng)絡(luò)視頻核心開發(fā)技術(shù)
- Building an RPG with Unity 2018
- iPhone應(yīng)用開發(fā)從入門到精通
- 創(chuàng)意UI:Photoshop玩轉(zhuǎn)APP設(shè)計(jì)
- 微信小程序開發(fā)實(shí)戰(zhàn):設(shè)計(jì)·運(yùn)營·變現(xiàn)(圖解案例版)
- Learning C++ by Creating Games with UE4