- Vaadin 7 UI Design By Example:Beginner’s Guide
- Alejandro Duarte
- 259字
- 2021-08-13 16:17:36
Time for action – downloading and installing NetBeans
Installing NetBeans is quite easy. Let's see how it's done.
- Go to the URL http://netbeans.org/ and download the latest (or your favorite) version of NetBeans Java EE edition.
- Run the just downloaded installation file.
- The installation program will allow you to choose whether to install Apache Tomcat or Glassfish. Although you can use most Java servers, we will use Tomcat to deploy our applications. So, make sure you check Apache Tomcat and click on Next.
- Accept the terms of the license agreement and click on Next.
- Accept the terms of the JUnit license agreement and click on Next.
- Select the directory you would like NetBeans to be installed to and click on Next.
- Select the directory you would like Tomcat to be installed to and click on Next.
- Click on Install to start the installation process.
- Once the installation process is finished, you will be prompted to contribute to the NetBeans project. If you wish to, check the corresponding option and click on Finish, otherwise just click on the Finish button.
What just happened?
As you can guess, we have installed NetBeans and we are ready to create our first Vaadin project.
Creating a new Vaadin project in NetBeans
The best and the easiest way to create Vaadin 7 projects in NetBeans is by using Maven. Fortunately, NetBeans have very good support for Maven projects. If you don't know Maven, don't worry, be happy (thanks Bobby). Follow these steps and you'll get a Vaadin application willing to be hacked right away.
推薦閱讀
- PyTorch自動駕駛視覺感知算法實戰
- SQL Server 2012數據庫技術及應用(微課版·第5版)
- Vue.js 2 and Bootstrap 4 Web Development
- C語言程序設計
- PHP網絡編程學習筆記
- Blockly創意趣味編程
- Flux Architecture
- Android程序設計基礎
- Visual Basic程序設計習題與上機實踐
- 從Power BI到Analysis Services:企業級數據分析實戰
- 基于MATLAB的控制系統仿真及應用
- FusionCharts Beginner’s Guide:The Official Guide for FusionCharts Suite
- Python高性能編程(第2版)
- 基于JavaScript的WebGIS開發
- C語言程序設計實驗指導