Vancouver's 1st Groovy/Grails Meetup If anyone in Vancouver is wondering what Groovy/Grails is about, come over to Workspace on the 26th and find out. Gerald Bauer and I (perhaps a 3rd person) will be presenting. My presentation will be on Grails - my plan is go from a big picture to the ...
Grails - just use it already Now and then I see worries regarding using Grails for production apps, even though there are quite a few already out there. For the last few months I have been working on another one. All I can say is, Grails is the least of your worries! In fact, it's ...
The Perils of Bash I wanted to test some Grails 0.6 features, but for some reason the snapshot I downloaded was not upgrading my project properly. I made a copy of my project folder so I could revert to my original code easily. After a series of attempts to upgrade, ...
Recent Responses
Re: Instant PropertyChangeSupport Hello Edward! I like the idea of having bound properties for arbitrary objects simply by modifying its metaclass. However, I tried your solution, but it does not work in all cases. At first, no event is fired if I set the property using the setter ...
Re: The Perils of Bash An easier way of stopping this is to place the following in your ~/.bashrc alias rm="rm -i" Now, you'll always be prompted for verification...