Implementing Domain Driven Architecture with OSGi
From Opentaps Wiki
Jump to navigationJump to search
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.