small update
Saturday, August 20th, 2005I have updated my IndependentDomainModel pattern with a short toy code sample that shows the main idea of the pattern; that domain logic should be able to execute without access to services.
I have updated my IndependentDomainModel pattern with a short toy code sample that shows the main idea of the pattern; that domain logic should be able to execute without access to services.
I’ve posted the first of several new design patterns I am working on. IndependentDomainModel describes an approach to object-oriented domain models for distributed systems. SymmetricLayers Describes a complimentary layering scheme, also for distributed enterprise apps. Its not perfect or complete yet, but good enough to add something useful I think.