- Java EE 8 High Performance
- Romain Manni Bucau
- 174字
- 2021-06-30 19:14:31
Summary
In this chapter, you understood that the Java EE server's role is to make the development of the application easier and faster, providing out-of-the-box services and implementations. We browsed through some common examples, detailed their implications in terms of the code, and, therefore, the performance. We saw that the JPA handles statement creation automatically, securely, and correctly and that your code can imply some unoptimized queries if not designed close enough of the data. This is a good example showing that Java EE is here to enable you to build the best application as easily as possible even though you need to take care of some points (often related to design) in order to ensure you meet your performance requirements.
At this point, we have an application (Chapter 1, Money – The Quote Manager Application), we know what it does, and how the Java EE server helps it (this chapter). So, before working on the performance, we need to be able to measure it. This is what our next chapter will be about.
- PLC控制程序精編108例
- 構建高可用Linux服務器(第4版)
- Linux系統文件安全實戰全攻略
- Mobile-first Bootstrap
- UNIX操作系統設計
- 精通Linux內核開發
- 移動應用UI設計模式(第2版)
- Microsoft Operations Management Suite Cookbook
- Mastering Reactive JavaScript
- 計算機系統的自主設計
- INSTANT Galleria Howto
- Troubleshooting Docker
- OpenStack Essentials(Second Edition)
- Learn Quantum Computing with Python and IBM Quantum Experience
- Linux內核修煉之道