Command Objects are a feature of the Grails web framework, refering to special classes that declare constraints used to validate its instances.
Grails has very good support for binding request parameters to a domain object and it's associations. This largely relies on …
data-binding grails groovy command-objectsI'm trying to figure out how to deserialize and validate nested objects in JSON request into a Grails 2.1.1 command object. …
grails groovy command-objects