- 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:

推薦閱讀
- Learning SAP Analytics Cloud
- Wireshark Network Security
- Animate CC二維動(dòng)畫設(shè)計(jì)與制作(微課版)
- Windows Forensics Cookbook
- Kali Linux Wireless Penetration Testing Beginner's Guide(Third Edition)
- Building RESTful Python Web Services
- 打開Go語言之門:入門、實(shí)戰(zhàn)與進(jìn)階
- 深入剖析Java虛擬機(jī):源碼剖析與實(shí)例詳解(基礎(chǔ)卷)
- Practical Microservices
- Kotlin Programming By Example
- 深度實(shí)踐KVM:核心技術(shù)、管理運(yùn)維、性能優(yōu)化與項(xiàng)目實(shí)施
- 從零開始學(xué)UI:概念解析、實(shí)戰(zhàn)提高、突破規(guī)則
- TypeScript圖形渲染實(shí)戰(zhàn):2D架構(gòu)設(shè)計(jì)與實(shí)現(xiàn)
- MongoDB Cookbook
- Mastering Python