Eclipse trick
I'm writing some quick code samples for my presentation tonight and accidentally discovered a neat trick in Eclipse. I went to add a new folder for try/catch demos. I named the folder, literally, try/catch. I had meant to do trycatch of course. So what did Eclipse do? It nicely made a try folder with a catch folder underneath:

I wasn't expecting that! While on the topic of file navigation and Eclipse, I also didn't know (until a few months ago) that the Del key works in the Navigator as well. It's a quicker way to delete files.
Now if I could only get it to run my Groovy files with one click instead of two...
Comments
http://groovy.codehaus.org/Eclipse+Plugin
To run, I found that when I hit the run button, it gave me a prompt to pick form 3 options, groovy one of them. I'd pick groovy and hit OK or whatever.
I got it down quicker by clicking the 'down arrow' next to the Run button, then picking Groovy.
NOTE: I'm just doing simple scripts (for my learning, the other Groovy I'm doing is a bit more involved with JBoss).
Joe is the man for the real details.


Now if I could only get my damn crtl + shift + R working which appears broken in Eclipse 3.4 with FB 3.0.1. Very handy this key sequence.
DK