Searching for DDD code for reading
This may sound strange, but I want to read some DDD code, and I am sure where I can find some. There frameworks code is available all over the place, but DDD is often practiced inside a business app, which rarely has the source available. Preferably, it is something more than an example application.
Any suggestions?
Comments
SpringXT
http://springxt.sourceforge.net/index.php/Main_Page
.NET Domain-Driven Design with C#: Problem-Design-Solution (source code)
http://www.codeplex.com/dddpds
Better petshop
https://betterpetshop.dev.java.net/
Have checked out the ddd group on Yahoo from Evans book.
http://tech.groups.yahoo.com/group/domaindrivendesign/?yguid=197821525
I started writing a DDD app:
http://www.codeplex.com/domaindrivendesign
I plan to go a lot further with it, but at the moment its early stages.
And yeah the forum is good, lots of people with very different views.
Time and Money is the example by Eric Evans -
http://timeandmoney.domainlanguage.com/
http://www.flux88.com/2006/07/05/AJourneyWithNHibernatePart1.aspx
UGIDotNET, the italian .NET user group, is playing around NSK (NorthWind Starter Kit), an open source project lead by some of the most known italian developers/architects/speakers.
http://www.codeplex.com/NSK
I suggest you to take a deeper look.
Reagards
The ones I found the most helpful are:
Huinca (http://text.usg.edu:8080/tt/code.google.com/p/huinca/)
AjTest (http://www.ajlopez.com/downloads/AjTestVbNet2DDDNh.zip)
.NET Domain-Driven Design with C#: Problem-Design-Solution (http://www.codeplex.com/dddpds) -> already mentioned by Liang.
Kind regards
Add another excellent link
http://www.goeleven.com/blog/entryDetail.aspx?entry=89
wow, that link to goeleven is very very cool
Comment preview