Implementing Domain Driven Architecture with OSGi
From Opentaps Wiki
Revision as of 17:41, 1 March 2012 by Sichen (talk | contribs) (Protected "Implementing Domain Driven Architecture with OSGi": Sysop page [edit=sysop:move=sysop])
Domain classes are the nouns: a Person, a Product, an Order.
Services are verbs: CreateOrder, UpdateProduct. They create or modify the domain classes. Services should be used as first class objects and passed around to perform these actions.