Hi,
I need to write a script for a Grails application that modifies persistent data, send e-mails to users, etc.
While there's nothing Grails-specific about this - I could accomplish these tasks using JDBC, JavaMail - I'm hoping there's a better way. Specifically, if I could write a Groovy script which has access to the Spring beans, and domain classes defined within the Grails application, it seems like I could save myself a lot of time.
Any suggestions?
- Don