Grails

Importing Domain Constraints

Following DRY is at the heart of grails. While saving domain objects in our project, we used to copy the domain class constraints to the Command Objects (pretty ugly as it is), until we found that we can import constraints directly from the domain classses using importFrom() method in Grails 2.0 [java] class VenueCO { String name ...

by Imran Mir
Tag: Following DRY principles
04-Apr-2012