- 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.
推薦閱讀
- Web Scraping with Python
- Neo4j Essentials
- Mastering matplotlib
- Python Network Programming Cookbook(Second Edition)
- Big Data Analytics
- Learning Data Mining with R
- 快速念咒:MySQL入門指南與進階實戰
- R大數據分析實用指南
- SQL Server從入門到精通(第3版)
- Access 2010數據庫應用技術(第2版)
- 基于SpringBoot實現:Java分布式中間件開發入門與實戰
- Visual Basic程序設計基礎
- Python數據可視化之matplotlib實踐
- Getting Started with RethinkDB
- 微信公眾平臺開發最佳實踐