- 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.
推薦閱讀
- WordPress Mobile Web Development:Beginner's Guide
- 嵌入式Linux系統開發:基于Yocto Project
- Extending Bootstrap
- Alfresco 4 Enterprise Content Management Implementation
- Windows 7中文版從入門到精通(修訂版)
- INSTANT Migration from Windows Server 2008 and 2008 R2 to 2012 How-to
- 云原生落地:產品、架構與商業模式
- Social Data Visualization with HTML5 and JavaScript
- 精解Windows 10
- Linux集群之美
- iOS Programming Cookbook
- Windows7系統維護百寶箱
- 計算機系統平臺
- SQL Server on Azure Virtual Machines
- CentOS 8 Linux系統管理與一線運維實戰