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 ...
© Prem Kumar Karunakaran 2020
P. K. KarunakaranIntroducing Play Frameworkhttps://doi.org/10.1007/978-1-4842-5645-9_66. Web Services, JSON, and XML
Prem Kumar Karunakaran1
(1)
Thiruvananthapuram, Kerala, India
Get Introducing Play Framework: Java Web Application Development now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.