1 / 11

Domain Driven Design

Domain Driven Design. With the Particular Platform. Dave Rael. NServiceBus. Udi Dahan and Service Orientation. Service Oriented Architecture vs Domain Driven Design. SOA == DDD ????. Fitting It Together. public interface IDomainDrivenDesign { }

Télécharger la présentation

Domain Driven Design

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Domain Driven Design With the Particular Platform Dave Rael NServiceBus

  2. Udi Dahan and Service Orientation

  3. Service Oriented Architecture vs Domain Driven Design SOA == DDD ????

  4. Fitting It Together publicinterfaceIDomainDrivenDesign { } publicabstractclassServiceOrientedArchitecture : IDomainDrivenDesign { } publicclassYourDomain : ServiceOrientedArchitecture { }

  5. Top-Level System Architecture

  6. Architecture/Implementation Within a Bounded Context

  7. Commands And Events Bus.Reply<AsYouWishResponse>(); Bus.Publish<BroughtLukeBeforeMasterEvent>(); Bus.Publish<IHaveForseenItEvent>(); Bus.Send<BringYoungSkywalkerToMeCommand>();

  8. The Particular Platform http://particular.net/

  9. The Saga Begins…

  10. Stuff to Clone • Loans • https://github.com/raelyard/Loans.git • https://github.com/raelyard/Loans.PublicEvents.git • Fines • https://github.com/raelyard/Fines.git • https://github.com/raelyard/Fines.PublicEvents.git

  11. You will use NServiceBus

More Related