by David Orriss Jr | Apr 9, 2013 | Grails, Groovy Language
At some point in your Grails application development you’ll find yourself invariably needing your application to send mail. With the Grails mail plugin, it’s a snap. Essentially the mail plugin is a wrapper to configure a Spring MailSender instance. And...
by David Orriss Jr | Aug 12, 2012 | Grails, Groovy Language
When developing a Grails app, you don’t always have the luxury of using GORM (the Grails ORM) ‘out of the box’ against new schemas. Sometimes you just have to work with legacy data as you get it with little modification (if any). Today I’m...
by David Orriss Jr | Nov 23, 2011 | Grails, Groovy Language, J2EE, Java, Rails
Grails is an open-source, rapid web application development framework that provides a super-productive full-stack programming model based on the Groovy scripting language and built on top of Spring, Hibernate, and other standard Java frameworks. At least that’s...