Re: Understanding Agrregates
| Newsgroups | gmane.comp.programming.domain-driven-design |
|---|---|
| Message-ID | <CAAndJaQ9=4tzO-c+Z-PVDaPoPp+tw70T8N9f2cCuVp=VptnH4Q@mail.gmail.com> |
Thank you, Paul! 2014-07-11 16:05 GMT-03:00 Paul Rayner [email protected] [domaindrivendesign] <[email protected]>: > > > Leo, > > See https://github.com/paulrayner/ddd_sample_app_ruby, which also has > links to the original Java and .NET versions. I talk about the port to Ruby > at https://skillsmatter.com/skillscasts/4082-paul-rayner. About 14 > minutes into the presentation I walk through the aggregates. > > Cheers, > Paul. > > On Fri, Jul 11, 2014 at 8:44 AM, Leo Cavalcante [email protected] > [domaindrivendesign] <[email protected]> wrote: > >> >> >> Have you guys some projects samples of DDD using Aggregate hosted on >> Github (or something)? 'll really appreciate! >> And thanks for the answers. >> >> >> 2014-07-11 11:35 GMT-03:00 Remy Fannader [email protected] >> [domaindrivendesign] <[email protected]>: >> >> >>> >>> If accounts are identified by customers and cannot be transferred, use >>> composition >>> If accounts are identified on their own but must be "aggregated" to >>> single customers, use aggregate. >>> Otherwise use association. >>> >>> http://caminao.wordpress.com/how-to-implement-symbolic-representations/patterns/functional-patterns/connector-patterns/ >>> Rémy. >>> >>> >> > >