Scala example for accessing Ehcache Server

A few months ago I was chatting to Brad Clow about the new Ehcache Server. I asked him for an example with Scala. Anyway he just got back to me with what is the smallest program yet for accessing RESTful Ehcache Server. In a file named ExampleScalaGet.scala: import java.net.URL import scala.io.Source.fromInputStream object ExampleScalaGet extends Application… Continue reading Scala example for accessing Ehcache Server