On my current project, I’ve been using Akka to handle the Service Layer of my application while using Scalatra for my REST controllers. This combination works quite well, though it took me a little bit of time to figure out how to integrate Scalatra and Akka. The examples presented on the Scalatra website didn’t exactlyContinue reading “Akka and Scalatra”
Tag Archives: Scalatra
Getting Scala, HATEOAS, and JSON to work together
I’ve been working with Scala for the last few months on a new project, and I’ll confess that it’s starting to grow on me (this is in stark contrast to Java, which I’m liking less the more I learn about it). My current project has me creating a REST API using Scalatra along with aContinue reading “Getting Scala, HATEOAS, and JSON to work together”
Scala and Scalatra
I’ve been using Ruby on Rails almost exclusively for my web projects over the last year or two. Recently, when I had an idea for a new project, I decided to try something a little different. My current Rails project, Rhino SchoolTracker, is a traditional CRUD-type web application that is fairly well suited to theContinue reading “Scala and Scalatra”