- Java EE 8 High Performance
- Romain Manni Bucau
- 64字
- 2021-06-30 19:14:25
The application design
Technically, the provisioning of the quote and prices is done asynchronously (not when a customer request is sent). It retrieves the data using a JAX-RS 2.1 client and inserts it as fast as possible into the database.
Access to the application is gained either through HTTP or WebSocket. In both cases, the application uses a JSON format for message exchange.