Monthly Archives: February 2006

RadRails is Gnarly

RadRails is the cross between the two things that I as a software engineer enjoy most, Eclipse IDE and Ruby on Rails. Unlike the Ruby Development Tool (RDT) plugin for Eclipse, RadRails is not a plugin but a whole integrated development environment for Ruby on Rails development using Eclipse. With RDT you can create Ruby [...]

Posted in Ruby, TechKnow | Leave a comment

Java Five-Oh #3: Variable Arguments

Variable arguments, or better known as varargs, where also introduced in Java 1.5. The neat thing about varargs is that you can construct a single method that will accept a varied number of arguments. When I am talking about varargs I an not talking about overloading, a single method will accept different number of parameters. [...]

Posted in Java, TechKnow | Leave a comment