- Java EE 8 High Performance
- Romain Manni Bucau
- 121字
- 2021-06-30 19:14:25
The application business
Our application is responsible for providing the quote prices to HTTP or WebSocket clients. With its model and customer/quote relationship, it can enable us to provide (or not provide) the price accessed by the customer if we add permissions or rules, for instance. What is important to see at this stage is that both the entities are in a relationship and that our application can visit this relationship for its business needs and trigger an implicit lazy loading of the relationship entities.
The data is injected into the system based on two external HTTP sources (CBOE and Yahoo). The first one provides a symbol dictionary of the quotes, and the second one, the prices.
推薦閱讀
- Mastering ElasticSearch
- Learning OpenDaylight
- Citrix XenApp Performance Essentials
- Puppet實戰
- Red Hat Enterprise Linux 8系統管理實戰
- Ansible權威指南
- BPEL and Java Cookbook
- Persistence in PHP with the Doctrine ORM
- 嵌入式Linux系統開發:基于Yocto Project
- Installing and Configuring Windows 10:70-698 Exam Guide
- 精解Windows8
- Windows Phone應用程序開發
- Android物聯網開發細致入門與最佳實踐
- 從實踐中學習Kali Linux無線網絡滲透測試
- Learn SwiftUI