December 2019
Intermediate to advanced
510 pages
11h 33m
English
In this section, we will walk through the implementation of some concrete implementations of a RESTful web service. The section provides concrete approaches in the implementation and testing of a web service. In the first phase, we will focus on the implementation of the web service by differentiating it into three layers: data access, domain, and HTTP layer. Furthermore, we will see how to run the service locally by using some containerization technologies, and we will discover some concrete patterns for communication between multiple web services. Finally, we will have an overview on how to secure the service through the implementation of the token-authentication.
As we mentioned in Chapter ...
Read now
Unlock full access