agenda - dbserver · even sourcing & cqrs cors & event sourcing are buo closely related...

22

Upload: others

Post on 11-Sep-2020

5 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Agenda - DBServer · EVEN SOURCING & CQRS CORS & Event Sourcing are buo closely related architectural approaches to 000 and they are the hottest topics in ODD of the last couple of
Page 2: Agenda - DBServer · EVEN SOURCING & CQRS CORS & Event Sourcing are buo closely related architectural approaches to 000 and they are the hottest topics in ODD of the last couple of

Mauro Sérgio da Costa Leal

Page 3: Agenda - DBServer · EVEN SOURCING & CQRS CORS & Event Sourcing are buo closely related architectural approaches to 000 and they are the hottest topics in ODD of the last couple of

Agenda

Quando deve ser utilizado

Arquitetura em camadas

Camada de domínio

O que é DDD

Page 4: Agenda - DBServer · EVEN SOURCING & CQRS CORS & Event Sourcing are buo closely related architectural approaches to 000 and they are the hottest topics in ODD of the last couple of

O que é domínio?

Page 5: Agenda - DBServer · EVEN SOURCING & CQRS CORS & Event Sourcing are buo closely related architectural approaches to 000 and they are the hottest topics in ODD of the last couple of

Múltiplos dialetos

Page 6: Agenda - DBServer · EVEN SOURCING & CQRS CORS & Event Sourcing are buo closely related architectural approaches to 000 and they are the hottest topics in ODD of the last couple of
Page 7: Agenda - DBServer · EVEN SOURCING & CQRS CORS & Event Sourcing are buo closely related architectural approaches to 000 and they are the hottest topics in ODD of the last couple of

Modelo orientado a objetos x Modelo anêmico

Refatoração x Contornos

Camada de Regras de Negócio x Interfaces inteligentes

Separação de responsabilidades x Alto acoplamento

Confrontos

Page 8: Agenda - DBServer · EVEN SOURCING & CQRS CORS & Event Sourcing are buo closely related architectural approaches to 000 and they are the hottest topics in ODD of the last couple of

Arquitetura em camadas

Page 9: Agenda - DBServer · EVEN SOURCING & CQRS CORS & Event Sourcing are buo closely related architectural approaches to 000 and they are the hottest topics in ODD of the last couple of

Domínio – Entidades e Objetos de Valor

Conta Saque

Cédula

Page 10: Agenda - DBServer · EVEN SOURCING & CQRS CORS & Event Sourcing are buo closely related architectural approaches to 000 and they are the hottest topics in ODD of the last couple of

Domínio - Agregados

ClientePedido

Itens Produto

Page 11: Agenda - DBServer · EVEN SOURCING & CQRS CORS & Event Sourcing are buo closely related architectural approaches to 000 and they are the hottest topics in ODD of the last couple of

Domínio - Fábricas

Page 12: Agenda - DBServer · EVEN SOURCING & CQRS CORS & Event Sourcing are buo closely related architectural approaches to 000 and they are the hottest topics in ODD of the last couple of

Domínio - Serviços

Page 13: Agenda - DBServer · EVEN SOURCING & CQRS CORS & Event Sourcing are buo closely related architectural approaches to 000 and they are the hottest topics in ODD of the last couple of
Page 14: Agenda - DBServer · EVEN SOURCING & CQRS CORS & Event Sourcing are buo closely related architectural approaches to 000 and they are the hottest topics in ODD of the last couple of

Mapa de Navegação

Page 15: Agenda - DBServer · EVEN SOURCING & CQRS CORS & Event Sourcing are buo closely related architectural approaches to 000 and they are the hottest topics in ODD of the last couple of

Quando não utilizar DDD

Aplicações CRUD

Aplicações com poucos casos de uso

Aplicações com ciclo de vida pequeno

Page 16: Agenda - DBServer · EVEN SOURCING & CQRS CORS & Event Sourcing are buo closely related architectural approaches to 000 and they are the hottest topics in ODD of the last couple of

Quando utilizar DDD

Aplicações com muitas regras de negócio

Não conseguimos prever a complexidade

Longo ciclo de vida

Domínio desconhecido por todo o time

Page 17: Agenda - DBServer · EVEN SOURCING & CQRS CORS & Event Sourcing are buo closely related architectural approaches to 000 and they are the hottest topics in ODD of the last couple of

Por que utilizar DDD?

Consenso entre os especialistas do domínio

Melhor experiência do usuário

Modelagem ágil, iterativa e contínua

Software para todos entenderem

Page 18: Agenda - DBServer · EVEN SOURCING & CQRS CORS & Event Sourcing are buo closely related architectural approaches to 000 and they are the hottest topics in ODD of the last couple of

Referências

Page 19: Agenda - DBServer · EVEN SOURCING & CQRS CORS & Event Sourcing are buo closely related architectural approaches to 000 and they are the hottest topics in ODD of the last couple of

Referências

Page 20: Agenda - DBServer · EVEN SOURCING & CQRS CORS & Event Sourcing are buo closely related architectural approaches to 000 and they are the hottest topics in ODD of the last couple of

Referências

Page 21: Agenda - DBServer · EVEN SOURCING & CQRS CORS & Event Sourcing are buo closely related architectural approaches to 000 and they are the hottest topics in ODD of the last couple of
Page 22: Agenda - DBServer · EVEN SOURCING & CQRS CORS & Event Sourcing are buo closely related architectural approaches to 000 and they are the hottest topics in ODD of the last couple of

Mauro Sérgio da Costa [email protected]