A couple of years ago, I put up a well-received blog post on tuning Batch Import Performance with Grails an MySQL. I’ve recently needed to revisit some batch importing procedures and have acquired a few extra tools in my Grails … Continued
groovy
Smart Bash/Zsh Aliases to Run Appropriate Grails Version
I’m currently on a project that has a couple of different apps that are using different versions of grails that need to be run concurrently. Switching a symlink no longer fit the way I needed to work so I came … Continued
Dynamically setting Grails Log4J levels with the Console Plugin
If you’ve got Burt Beckwith’s great Grails Console Plugin installed, it’s easy to tweak the logging levels dynamically in your grails application. The quick and dirty way to switch your logging level dynamically, if you know the name of the … Continued
New Grails Redis Plugin Released
I released the first version of the Grails Redis Plugin over the weekend. It’s a brand new plugin that takes the place of the previous redis plugin (which is being renamed to “redis-gorm” and has been refactored to use this … Continued
Groovy Script Using Redis to Pick Conference Lottery Winners
At the end of gr8conf today there were quite a few door prize giveaways. Winners were picked using a printout with attendees listed in (I’m assuming) random order. The guys running the lottery were going down the list and calling … Continued