Inspired by the DDD hype, I designed my classes pretending there was no database at all. And then used NHibernate to map the classes to database tables. Part of my class graph look like this: Order (h
I wathced a screen cast on DDD by Greg Young the other day which spoke about persisting all state transitions of an object, instead of it\'s state when saved, then to load it \"replay\" all these mess
I\'m trying to get to grips with NHibernate, Fluent NHibernate and Spring. Following domain-driven design principals, I\'m writing a standard tiered web application composed of: