Difference between revisions of "Talk:Domain Driven Architecture"
From Opentaps Wiki
Jump to navigationJump to searchHendyIrawan (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...) |
(No difference)
|
Latest revision as of 15:23, 28 February 2010
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)