command-object
There are 6 repositories under command-object topic.
simple-and-powerful/act-form
The simple way to create form objects or command/service objects with ActiveModel
deanrad/polyrhythm
A 3Kb full-stack async effect management toolkit over RxJS. Uses a Pub-Sub paradigm to orchestrate Observables in Node, or the browser (ala Redux Saga). Exports: channel, listen, filter, trigger, after.
HowProgrammingWorks/Command
Pattern Command
kschafer2/sfg-recipes
Spring Framework Guru Recipe Application
gpc/grails-cascade-validation
Establishes a 'cascade' constraint property for validateable objects. If "cascade:true" is set on a nested object, the nested object's validate() method will be invoked and the results will be reported as part of the parent object's validation. Based on a blog post by Eric Kelm: http://asoftwareguy.com/2013/07/01/grails-cascade-validation-for-pogos/ Used with permission.