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:
I\'m trying to follow DDD, or a least my limited understanding of it. I\'m having trouble fitting a few things into the DDD boxes though.
I am trying to map a domain model in NHibernate开发者_StackOverflow社区. The domain model is implemented with what I think is DDD style. The mapping works mostly but then when I try to use a collectio
I\'m having a difficult time finding straight forward examples of using EF in a DDD style pattern. This is also my first time employing DDD 开发者_运维问答and have a few questions regarding solution l
I need to identify a large model-rich open source ruby, c-sharp, objective-j o开发者_运维问答r java applications so that I can target them for a series of projects. Are you guys aware of any that I co
Foo has Title. Bar references Foo. I have a collection with Bars. I need a collection with Foo.Title. If i have 10 bars in collection, i\'ll call db 10 times.