I think everybody will agree that writing modular applications and modularity in general is a good thing. But how does support for modularity look like, both from the Java and … Continue Reading →
Monthly Archives: August 2011
Introducing ElasticMQ: Scala SQS alternative
Wanting to explore Scala and some new Scala/Java libraries I started writing ElasticMQ. It is a simple message queueing system, following closely Amazon SQS semantics and exposing a REST SQS-like … Continue Reading →
Using Envers with AS7
Recently I tried deploying a web application which uses Envers into AS7, but unfortunately I encountered some problems (see the forum discussion). Luckily thanks to the helpful JBoss guys I’ve … Continue Reading →