# 18 Apr 2011
33 notes
Dispatch 0.8.0 - implicit.ly
This is a significant upgrade to Dispatch, adding preliminary support for the NIO HttpAsyncClient as a backend.
# 12 Mar 2011
12 notes
unplanned 0.0.2 - implicit.ly
A humble scala alternative to
python -m SimpleHTTPServer
“The core Unfiltered library no longer depends on the Java Servlet API. Instead, it interacts with abstract request and response traits that require a binding implementation.”
# 12 Aug 2010
2 notes
Doug Tangren presents the Unfiltered toolkit for serving HTTP requests in Scala.
# 28 Jul 2010
2 notes
“scalaxb-appengine is a RESTful API to run scalaxb over the web. It’s implemented using n8han/Unfiltered and the full source is available on eed3si9n/scalaxb-appengine.”
— eed3si9n
REST Web services in Lift
Lift gets a type-safe stateless dispatch mechanism controlled by pattern matching. Looks SLICK.