AngularJS in Akka and Spray
This post follows up on the Akka and Spray post, and it extends it by adding a file upload handler. This allows us to upload images to the user’s account. (Note that, as usual, the Akka code does...
View ArticleThis week in #Scala (18/10/2013)
Welcome to another edition of #ThisWeekInScala. I’m covering for Chris again this week to bring you the weekly fix of Scala news. Not a great deal to tell you about but there is one HUGE piece of...
View ArticleThis week in #Scala (25/11/2013)
Welcome to another edition of #ThisWeekInScala! My choice chirp this week would have to be: “Monads are return types that guide you through the happy path.” -Erik Meijer #coursera #scala Credit:...
View ArticleStreaming Twitter API in Akka and Spray
In this tutorial, I am going to use the Spray Client, Akka IO and core Akka to build an application that streams tweets and then performs trivial analysis of the received data. It shows you how to...
View ArticleNew & cool in Spray 1.2.0 (part I)
In my Scala Days 2013 talk, I showed a computer vision application that sent chunks of the H.264 or MJPEG stream to my Scala application using chunked HTTP post. Naturally, I used Spray for the HTTP...
View ArticleNew & cool in Spray 1.2.0 (part II)
In the previous post, I showed you the improvements to the chunked request handling. Unfortunately, I had to deal with uri.path.toString(), which I hope you too found rather unsatisfactory. Let me...
View ArticleThis week in #Scala (17/03/2014)
Welcome to another edition of #ThisWeekInScala! The Akka team is asking for help building their new community page so if you are interested then please show your support here. Lets catch-up on the...
View ArticleThis week in #Scala (14/04/2014)
Welcome to another edition of #ThisWeekInScala! An exciting week since we have new releases for Scala, Play and Akka! Since I will be away next week, my colleague Mario Arias (@dh44t) will be producing...
View ArticlePhilly ETE
Hello, world We start with the HelloWorld app and the HelloWorldService, which show the low-level Spray API. We begin with class HelloWorldService extends Actor { def receive: Receive = { case r:...
View ArticleThis week in #Scala (28/04/2014)
Welcome to another edition of #ThisWeekInScala! After last week’s release for Scala 2.11.0 many projects have been published for it, check the list out! Lets catch-up on the latest Scala happenings…...
View Article