A simple (REST) web service client in Scala
For the purpose of creating a nice API for my new project Caligo (more on this in a future blog post), I was looking for a simple solution to access REST web service in Scala.
My requirement was simple: access an HTTP web service, and exchange data with him using the JSON format.
You can read the full story here and get the gist of the basic implementation:
http://aloiscochard.blogspot.com/2011/05/simple-rest-web-service-client-...
- Login or register to post comments
- Printer-friendly version
- alois's blog
- 944 reads





