- Java EE 8 High Performance
- Romain Manni Bucau
- 92字
- 2021-06-30 19:14:26
Conclusion
Now we have our functional Quote Manager application, and we can deploy it in a Java EE 8 server (GlassFish here) and store our data in a real database (MySQL).
Till now, we have mainly worked on making the application functional. Thanks to the high-level APIs of Java EE, this was not so hard, but it is important to understand what we used and what the performance implications of each element of our stack are, to be able to validate/invalidate the performance figures once you have them in your hands.
推薦閱讀
- Linux操作系統(tǒng)基礎
- 從零開始寫Linux內核:一書學透核心原理與實現(xiàn)
- Linux從零開始學(視頻教學版)
- Persistence in PHP with the Doctrine ORM
- Python基礎教程(第3版)
- 移動應用UI設計模式(第2版)
- 嵌入式實時操作系統(tǒng):RT-Thread設計與實現(xiàn)
- Kali Linux 2018:Windows Penetration Testing
- Linux系統(tǒng)最佳實踐工具:命令行技術
- 從實踐中學習Windows滲透測試
- Learning Continuous Integration with Jenkins(Second Edition)
- Web Penetration Testing with Kali Linux(Third Edition)
- Linux從入門到精通(視頻教學版)
- Java EE 8 High Performance
- Responsive Web Design with AngularJS