How to Test Struts 2 Actions Without a Container

25 Jan 2010
I recently worked on a project that used Struts 2.1 and the...

Solved: Installing Gems from Behind a Firewall

16 Dec 2009
For a few years my team has been happily using Ruby and...

Amazon S3 Upload with Ruby

25 Nov 2009
Need a quick and dirty way to upload some photos or other...

WordPress to Jekyll

18 Nov 2009
I’ve just completed moving this blog from WordPress to a static site...

Tools of My Trade

23 Oct 2009
In response to Rubyists - what are your "tools of the trade"?...

Running Apache Buildr with JRuby and Nailgun

23 Oct 2009
If your using Apache Buildr for building your projects one of the...

Add Google App Engine Jars to your Maven Repository

10 Oct 2009
Since Google App Engine for Java came out several months ago I’ve...

Testing Your App Using Spring's AbstractTransactionalJUnit4SpringContextTests

02 Oct 2009
AbstractTransactionalJUnit4SpringContextTests is a pretty long class name but it makes easy work...

Installing Erlang on Mac OS X

01 Oct 2009
I’ve recently been intrigued by RabbitMQ which is an implementation of AMPQ...

Solved: java.lang.NoClassDefFoundError: Acme/Serve/Serve

04 Sep 2009
During the setup of testing some RESTful integration tests by extending org.jboss.resteasy.test.BaseResourceTest,...