Talk:Domain Driven Architecture

From Opentaps Wiki
Revision as of 15:23, 28 February 2010 by HendyIrawan (talk | contribs) (New page: About '''Specifications''': The example <code>orderSpecification.isApproved(order)</code> isn't really "clean" API. I would suggest using AOP/AspectJ to weave an <code>OrderSpecificationAs...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

About Specifications: The example orderSpecification.isApproved(order) isn't really "clean" API. I would suggest using AOP/AspectJ to weave an OrderSpecificationAspect so we can just call order.isApproved() --HendyIrawan 07:23, 28 February 2010 (PST)