WOH! I wasn’t very excited about JRuby until I went to the “JRuby on Rails” session at RailsConf 2007! Check it out. Also, check out GlassFish from Sun (an open source application server).
May 20, 2007
November 22, 2006
A good article on testing timeouts
http://jroller.com/page/Groboclown?entry=unit_testing_time_sensitive_code
Comments Off
September 26, 2006
Rails for Java
Grails is a Rails-like framework for Groovy, which runs atop Java.
It uses Ant to take care of code generation. I haven’t played with it yet, just read through some of the tutorials. It seems pretty interesting. Maybe I will re-implement the Radar in Grails.
Comments Off
September 14, 2006
Oh, that’s ironic
I was reading an article about 'RefrigeratorCode' on the Object Mentor blog site
A comment on that site took me to another blog describing the same thing but calling it 'CodeNaked'.
That blog has a link to an Artima article called Why Software Sucks. I thought that was an interesting sounding article so I followed the link. I got the following on that page:
JAVA:
-
java.lang.NullPointerException
-
at blah,blah,blah
-
at blah,blah,blah
-
...
Now that's ironic!
Comments Off