Home

Search results

"tag:groovy"


Title and summary Date/time
1
[Groovy] Maven Pom to Ivy Dependencies
Last night I needed a way to quickly convert a large amount of pom dependency syntax into Ivy dependency syntax. A quick google search didn't reveal much so instead of wasting time searching deeper I wrote my own. I don't claim this to be perfect in ...
May 19, 2008
1:09:00 PM
2
Groovy Java File Prepender
A friend of mine is getting ready to release an open source project and needed a quick way to put a common comment block at the beginning of every java file. I thought this would be a good chance for me to brush up on Groovy's slick File tricks and ...
Apr 24, 2008
2:07:00 PM
3
SwingBuilder: Integrating Groovy and Java
Today's SwingBuilder excursion revolves around the fact that I am developing a Swing application where Groovy isn't being used at all. What I realized was that while I can't say for certain if SwingBuilder really makes complex forms easier to write I do ...
Apr 9, 2008
4:55:00 PM
4
Groovy SwingBuilder Model Binding
I've been messing around with Groovy's SwingBuilder in my spare time. I did quite a bit of google-ing trying to figure out how to bind widget values to model properties. The example on the Groovy website wasn't very real world though it did get me pointed ...
Apr 8, 2008
11:41:00 AM