Skip to content

Instantly share code, notes, and snippets.

View VaughnVernon's full-sized avatar

Vaughn Vernon VaughnVernon

View GitHub Profile
@VaughnVernon
VaughnVernon / gist:5382404
Last active December 16, 2015 05:09
Shows How Grails Could Take Form Input and Dispatch to Domain Model Aggregate Method
planBacklogItem.gsp
-------------------
<g:form action="product:planBacklogItem" >
<fieldset class="form">
<g:hiddenField name="product:productId" value="${product.productId}"/>
<g:textField name="summary" value=""/>
<g:textField name="story" value=""/>
<g:textField name="storyPoints" value=""/>
...
</fieldset>
@VaughnVernon
VaughnVernon / CONTENTS.md
Last active June 21, 2024 18:06
Hexagonal / Ports and Adapters Is Just This Simple