Archive for the ‘Groovy’ Category
I’ve been playing around with Griffon lately and I must say I am very impressed. The more I use it, the more I go, “Why didn’t someone bring mvc development to Swing before?” Perhaps they did. I wasn’t rally paying attention to Swing for the last 5 years or so because I there was just [...]
I was playing around with Groovy’s SwingBuilder and decided to use the spinner for some odd reason. I couldn’t find a groovy implementation of a cyclic spinner so I wrote my own. Just fire up groovy console and run this code to see how it works. Suggestions are always welcome especially in this case since [...]
The more I work with groovy the more I like it. While my love for groovy is best left for another post, I did spend quite a bit of time figuring out how to copy files from one directory to another using groovy’s build in AntBuilder. I figured i’d post my list of AntBuilder tsks [...]
