CodeThought
  • About
  • Background and Experience
  • Contact
  • Blog
  • Fair Use Statement
  • Memory Eternal
    • Frieda Helen Orriss
    • CDR David Anthony Orriss, USN Ret
Select Page

Setting up mail support in your Grails application

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...

Grails and Legacy Data – Composite Keys in your Tables

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...

Getting Started with Grails

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...
Copyright ©2000-Present - David Orriss Jr and CodeThought