Tag Archives: Spring

Scalax talk

For anyone who liked my talk at the Scala eXchange yesterday, you can get your hands on the slides PDF here; the code is at my GitHub at https://github.com/janm399.

This week in #Scala (02/11/2012)

Welcome to another weekly roundup of Scala content!  There’s lots to share this week, so let’s leave the preamble out and dive right in… (I know, I know, you were looking forward to more of my hilarious jokes. Next week my … Read more

This week in #Scala (05/10/2012)

Welcome to this week in Scala!  Judging by the chirping, it seems like Scala has had a great response from JavaOne attendees.  I’m sure they’ll be some great presentation content to come.  Meanwhile, it seems some developers have taken a somewhat … Read more

Akka eye for the Spring guy (or gal)

In this post, I will try to explain some of the Akka and Spray concepts in terms that would be familiar to Spring programmers. It will be a very brief explanation and I will make criminal simplifications. If you are … Read more

Specs2 and Spring applications

I have just spent hours fighting testing Spring applications in Specs2–specifically, Spring applications that use AspectJ load-time weaving with the <context:load-time-weaver /> element in the Spring context configuration file. In short, the specs just hung when the implementations of the … Read more