- Java EE 8 and Angular
- Prashant Padmanabhan
- 109字
- 2021-07-02 19:22:40
Fat JAR
The way we have been thinking about application servers is changing. The basics of developing a web application typically involves two steps:
- Building a web project whose final output is a web archive (WAR) file. This WAR file will contain the application code and optionally third party libraries, which are not part of Java EE.
- Deploying the artifact to an environment (local, test, prod) having the Java EE application server. The environment will have all the needed configurations applicable to it. There can be multiple WAR files deployed on a single JVM process.
Here's a logical view of a traditional WAR file deployment on a server:

推薦閱讀
- 程序員面試白皮書
- C#程序設計實訓指導書
- 編程卓越之道(卷3):軟件工程化
- 碼上行動:零基礎學會Python編程(ChatGPT版)
- x86匯編語言:從實模式到保護模式(第2版)
- JavaScript前端開發與實例教程(微課視頻版)
- Linux操作系統基礎案例教程
- Multithreading in C# 5.0 Cookbook
- Quantum Computing and Blockchain in Business
- Python Interviews
- Troubleshooting Citrix XenApp?
- ASP.NET開發寶典
- C/C++程序設計教程
- 計算機常用算法與程序設計教程(第2版)
- Windows 10 for Enterprise Administrators