December 2019
Intermediate to advanced
314 pages
6h 51m
English
You will find two distinct projects within the Chapter04/customer-service/websockets folder in this book's GitHub repository:
You should import both projects into your IDE before moving on.
First, let's discuss the customer-service project. The main enhancement we have added is a WebSocket endpoint, which is in charge of inserting a new customer (using the CustomerRepository bean) and returning a tabular view of our customers. The following is the content of the WebsocketEndpoint class:
@ServerEndpoint(value="/customers", ...
Read now
Unlock full access