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

推薦閱讀
- Puppet 4 Essentials(Second Edition)
- INSTANT MinGW Starter
- 薛定宇教授大講堂(卷Ⅳ):MATLAB最優化計算
- Visual Basic程序設計與應用實踐教程
- Oracle Exadata專家手冊
- Symfony2 Essentials
- Raspberry Pi Home Automation with Arduino(Second Edition)
- Python之光:Python編程入門與實戰
- C#實踐教程(第2版)
- iPhone應用開發從入門到精通
- Spring 5 Design Patterns
- Flink技術內幕:架構設計與實現原理
- Learning Kotlin by building Android Applications
- Learning Unreal Engine Game Development
- 數據結構:Python語言描述