Anaemic Domain Models

Categories: Java, OSGi, Programming

In object-oriented code, how much logic should be co-located with the data it manipulates, and how much should be externalized? And does the answer change when talking about OSGi vs traditional Java code? I recently wrote some musings on this topic..