- 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.
推薦閱讀
- Linux網絡管理與配置(第2版)
- 每天5分鐘玩轉Kubernetes
- Linux網絡操作系統與實訓(第三版)
- Linux性能優化
- Alfresco 4 Enterprise Content Management Implementation
- Windows 7中文版從入門到精通(修訂版)
- 操作系統分析
- Python UNIX和Linux系統管理指南
- OpenHarmony開發與實踐:基于紅莓RK2206開發板
- 每天5分鐘玩轉Docker容器技術
- Python機器學習系統構建(原書第3版)
- 分布式實時處理系統:原理、架構與實現
- Windows 11使用方法與技巧從入門到精通
- Instant XenMobile MDM
- CentOS 8 Linux系統管理與一線運維實戰