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...)
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)