Tag Archives: mongodb

This week in #Scala (17/05/2013)

Welcome to another edition of #ThisWeekInScala.   My choice chirp this week: @psnively: It’s OK to believe #scala is complex. The problem is believing #java, #csharp, #ruby, #python, #php, #javascript aren’t. …closely followed by: @jessitron: #Scala and F# are like … Read more

How Cake built Sphonic.com, an innovative middleware application that has taken the financial market by storm!

Background In 2012, Cake Solutions worked with Sphonic.com to support the technical development of a new middleware product, Workflow Manager, to improve customer acceptance and fraud prevention in global e- and m-commerce. Workflow Manager acts easily and simply to aggregate … Read more

CRUD options

Here’s a blog post exploring the different CRUD approaches in your Scala code. I will show you three different approaches, highlighting the advantages and disadvantages of each. The main motivation were our experiments with Casbah-free Scala 2.10 project.

API first REST in Akka and Spray

Another update to https://github.com/janm399/akka-patterns shows how to build and test REST application in Akka and Spray using API first approach, where we begin by defining the API and writing tests that check the API and then, independently, implement the rest … Read more

This week in #Scala (20/01/2012)

Welcome to this week in #Scala. It’s been another busy week so lets get started!   New Stuff JUnit interface 0.8 for sbt has been released. This is an implementation of sbt’s test interface for JUnit 4 which allows you to run … Read more