Domain-driven design in desktop applications
Posted
by James P.
on Stack Overflow
See other posts from Stack Overflow
or by James P.
Published on 2010-04-26T00:16:14Z
Indexed on
2010/04/26
0:23 UTC
Read the original article
Hit count: 569
Having used DDD for a web site and finding it to be a neat approach, I'm wondering if this can/should be applied to desktop applications? Also, with the classes being separated into different packages, how could the MVC pattern be mixed in?
© Stack Overflow or respective owner