
31
Dec, 14
Accessing Domain Constraints:Grails
Constraints provide Grails with a declarative DSL for defining validation rules, schema generation and CRUD generation meta data. For example, consider these [code] class User { String username String password String email int age static constraints = { username size:...
Recent Comments