Tag Archives: mvn

akka microkernel with maven

And then I have to use the Akka Microkernel. Not that this is bad news. The bad news is that I have to do it with maven. The project I’m doing this for is already using maven, and has a … Continue reading

Posted in scala | Tagged , , , , , , , , , , | 13 Comments

Migrating a java project to scala

Hi everybody! This time I wanted to bring something different about scala – so I decided to migrate a java project to this language. The chosen one is an open source test framework for the Web Objects framework (sorry for … Continue reading

Posted in java, scala | Tagged , , , , , , | Leave a comment

Simple Build Tool for Scala

Recently I started looking at some alternatives for increasing productivity when writing code and building systems in Scala. One option that is getting some attention is SBT – Simple Build Tool. In some ways, it is similar to Spring Roo. … Continue reading

Posted in scala | Tagged , , , , , , , | 1 Comment