- 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.
推薦閱讀
- Advanced Machine Learning with Python
- C++程序設(shè)計(jì)(第3版)
- Boost C++ Application Development Cookbook(Second Edition)
- Machine Learning with R Cookbook(Second Edition)
- Julia機(jī)器學(xué)習(xí)核心編程:人人可用的高性能科學(xué)計(jì)算
- MariaDB High Performance
- Java Web應(yīng)用開(kāi)發(fā)技術(shù)與案例教程(第2版)
- Python機(jī)器學(xué)習(xí)編程與實(shí)戰(zhàn)
- Unreal Engine 4 Shaders and Effects Cookbook
- Quantum Computing and Blockchain in Business
- Xcode 6 Essentials
- 創(chuàng)意UI:Photoshop玩轉(zhuǎn)APP設(shè)計(jì)
- 區(qū)塊鏈架構(gòu)之美:從比特幣、以太坊、超級(jí)賬本看區(qū)塊鏈架構(gòu)設(shè)計(jì)
- HTML5 WebSocket權(quán)威指南
- 大話程序員:從入門(mén)到優(yōu)秀全攻略