- Spring MVC Beginner’s Guide
- Amuthan G
- 71字
- 2021-07-16 11:25:38
Installing a web server
So far, we have learned how to install JDK and Maven. Using these tools, we can compile the Java source code into the .class
files and package these .class
files into the .jar
or .war
archives. However, how do we run our packaged archives? To do this, we take the help of a web server; a web server will host our packaged archives as a running application.
推薦閱讀
- 漫話大數據
- 數據產品經理高效學習手冊:產品設計、技術常識與機器學習
- 復雜性思考:復雜性科學和計算模型(原書第2版)
- Access 2016數據庫技術及應用
- 數據化網站運營深度剖析
- UDK iOS Game Development Beginner's Guide
- 深入淺出數字孿生
- 大數據Hadoop 3.X分布式處理實戰
- 大數據治理與安全:從理論到開源實踐
- PostgreSQL指南:內幕探索
- 深入理解InfluxDB:時序數據庫詳解與實踐
- Visual FoxPro數據庫技術基礎
- Gideros Mobile Game Development
- 數據庫原理與設計實驗教程(MySQL版)
- Node.js High Performance