Category Archives: Scala

Akka and CDI: it runs in TomEE!


Akka is a very interesting solution for highly scalable systems but it misses some few things to be usable for big and enterprise applications. One of them is the IoC. For some more advanced applications it can be transactions…

We sometimes see some spring integration but now that JavaEE proposes a real IoC container it worth looking at how it can work.

Continue reading

Maven and Scala


Using SBT to compile a scala project is great but sometimes maven stays the best choice (because of CI tooling, because of company choices….).

Here how to setup a scala project (using scaltest!) with maven.

Continue reading