Skip to content

thoraage/coffee-trader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

What is this

This is an attempt to implement the REST work-flow as outlined by Jim Webber, Savas Parastatidis & Ian Robinson in the article “How to GET a Cup of Coffee” (http://www.infoq.com/articles/webber-rest-workflow).

It is implemented using Dispatch on the client side and Scala Lift on the server side. The goal is to see what needs to be enhanced to do serious REST with these tools.

The protocol is started client side from a Scala Specs test.

Running

First make sure you’ve got Scala (http://www.scala-lang.org/) and sbt (http://code.google.com/p/simple-build-tool/) installed.

Run sbt:

  • sbt

Start jetty-server:

  • jetty-restart

… and run test tests:

  • test

About

Experimental implementation of the Starbuck web rest flow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages