Talk:Domain Driven Architecture
From Opentaps Wiki
Jump to navigationJump to searchAbout 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)