March 2020
Intermediate to advanced
201 pages
2h 50m
English
Modern applications not only expose web service, they also consume other third-party web services. For example, your application may consume a Facebook or Twitter feed. Most modern web services are exposed using REST APIs that handle JSON payloads. A typical problem with calling web services is that they can block the caller and can result in blocking the server until a response is obtained or a timeout occurs. This is not a particularly good design because it can affect the throughput of the server and can result in missed SLAs. Play 2 has ...
Read now
Unlock full access