Hello Newman: A REST Client for Scala | PayPal Engineering Blog
At StackMob, we ran a service oriented architecture to power our products. To build out that architecture we ran a distributed system composed of many services inside our firewall.
Every service in the system used HTTP for transport and JSON for serialization to communicate over the wire. The challenge we faced was this: How do we easily and flexibly send and receive JSON data over HTTP in Scala? We had the same challenge for building servers and clients.
When we began investigating the existing pool of HTTP clients, we turned to the massive JVM community for high quality clients that could handle our needs. We found a lot of them! I'll highlight two clients with which we gained significant experience.
Read full article from Hello Newman: A REST Client for Scala | PayPal Engineering Blog
No comments:
Post a Comment