this was the kind of thing i was hoping to see as a result of the work on adding lambda to java 8: sparkjava.com
3
48
43
// Fits in tweet public class App { public static void main(String[] a) { spark.Spark.get("/hello", (q, s) -> "Hello World!"); } }
2
14
11
@sampullara @stilkov looks nice though I mainly seem to be missing the content negotiation?
1
Replying to @vrolijken
@vrolijken @sampullara I don’t think this is anywhere near being complete.

May 19, 2014 · 10:21 AM UTC