+ All Categories
Home > Documents > Salong 5 - Jfokus · 2019. 9. 11. · • Spring Core/ORM/JEE/Web • Hibernate • ActiveMQ JMS...

Salong 5 - Jfokus · 2019. 9. 11. · • Spring Core/ORM/JEE/Web • Hibernate • ActiveMQ JMS...

Date post: 08-Oct-2020
Category:
Upload: others
View: 1 times
Download: 0 times
Share this document with a friend
21
Patrik Fredriksson, Peter Backlund Domain Driven Design – DDDSample, en introduktion Salong 5 13.15-14.00 Jfokus 2009
Transcript
Page 1: Salong 5 - Jfokus · 2019. 9. 11. · • Spring Core/ORM/JEE/Web • Hibernate • ActiveMQ JMS • Apache CXF Web Services • Jakarta Commons • Maven. DDD Sample Domän. DDD

Patrik Fredriksson, Peter Backlund

Domain Driven Design – DDDSample, en introduktion

Salong 513.15-14.00

Jfokus 2009

Page 2: Salong 5 - Jfokus · 2019. 9. 11. · • Spring Core/ORM/JEE/Web • Hibernate • ActiveMQ JMS • Apache CXF Web Services • Jakarta Commons • Maven. DDD Sample Domän. DDD

DDDSamplehttp://dddsample.sf.net/

Peter Backlund & Patrik FredrikssonCiterus AB

Page 3: Salong 5 - Jfokus · 2019. 9. 11. · • Spring Core/ORM/JEE/Web • Hibernate • ActiveMQ JMS • Apache CXF Web Services • Jakarta Commons • Maven. DDD Sample Domän. DDD

Användningsområden

• Exempel på hur man kan implementera en typisk DDD-applikation

• Underlag för diskussion runt implementation

• Labmiljö för experiment

Page 4: Salong 5 - Jfokus · 2019. 9. 11. · • Spring Core/ORM/JEE/Web • Hibernate • ActiveMQ JMS • Apache CXF Web Services • Jakarta Commons • Maven. DDD Sample Domän. DDD

Oanvändningsområden

• Det enda rätta sättet att bygga DDD-applikationer på

• Påvisa nya finurliga ramverk

• En definition av DDD helt på egna benX

Page 5: Salong 5 - Jfokus · 2019. 9. 11. · • Spring Core/ORM/JEE/Web • Hibernate • ActiveMQ JMS • Apache CXF Web Services • Jakarta Commons • Maven. DDD Sample Domän. DDD

Teknikstack

• Ramverk baserade på öppen källkod

• Bekant för de flesta

• Bra stöd för DDD och OO

Page 6: Salong 5 - Jfokus · 2019. 9. 11. · • Spring Core/ORM/JEE/Web • Hibernate • ActiveMQ JMS • Apache CXF Web Services • Jakarta Commons • Maven. DDD Sample Domän. DDD

Teknikstack• Java 6

• Spring Core/ORM/JEE/Web

• Hibernate

• ActiveMQ JMS

• Apache CXF Web Services

• Jakarta Commons

• Maven

Page 7: Salong 5 - Jfokus · 2019. 9. 11. · • Spring Core/ORM/JEE/Web • Hibernate • ActiveMQ JMS • Apache CXF Web Services • Jakarta Commons • Maven. DDD Sample Domän. DDD

DDD SampleDomän

Page 8: Salong 5 - Jfokus · 2019. 9. 11. · • Spring Core/ORM/JEE/Web • Hibernate • ActiveMQ JMS • Apache CXF Web Services • Jakarta Commons • Maven. DDD Sample Domän. DDD
Page 9: Salong 5 - Jfokus · 2019. 9. 11. · • Spring Core/ORM/JEE/Web • Hibernate • ActiveMQ JMS • Apache CXF Web Services • Jakarta Commons • Maven. DDD Sample Domän. DDD
Page 10: Salong 5 - Jfokus · 2019. 9. 11. · • Spring Core/ORM/JEE/Web • Hibernate • ActiveMQ JMS • Apache CXF Web Services • Jakarta Commons • Maven. DDD Sample Domän. DDD
Page 11: Salong 5 - Jfokus · 2019. 9. 11. · • Spring Core/ORM/JEE/Web • Hibernate • ActiveMQ JMS • Apache CXF Web Services • Jakarta Commons • Maven. DDD Sample Domän. DDD
Page 12: Salong 5 - Jfokus · 2019. 9. 11. · • Spring Core/ORM/JEE/Web • Hibernate • ActiveMQ JMS • Apache CXF Web Services • Jakarta Commons • Maven. DDD Sample Domän. DDD

DDD Sample

xkcd.com

Page 13: Salong 5 - Jfokus · 2019. 9. 11. · • Spring Core/ORM/JEE/Web • Hibernate • ActiveMQ JMS • Apache CXF Web Services • Jakarta Commons • Maven. DDD Sample Domän. DDD

Deployment

Page 14: Salong 5 - Jfokus · 2019. 9. 11. · • Spring Core/ORM/JEE/Web • Hibernate • ActiveMQ JMS • Apache CXF Web Services • Jakarta Commons • Maven. DDD Sample Domän. DDD
Page 15: Salong 5 - Jfokus · 2019. 9. 11. · • Spring Core/ORM/JEE/Web • Hibernate • ActiveMQ JMS • Apache CXF Web Services • Jakarta Commons • Maven. DDD Sample Domän. DDD

Byggstenar

• Entities

• Value Objects

• Services

• Aggregates

• Repositories

• Domain Events

Page 16: Salong 5 - Jfokus · 2019. 9. 11. · • Spring Core/ORM/JEE/Web • Hibernate • ActiveMQ JMS • Apache CXF Web Services • Jakarta Commons • Maven. DDD Sample Domän. DDD

Arkitektur

Skiktad arkitektur, Isolerad domän

Data SourceLayer

Domain Model

Service LayerData

Load

ers

Ingegration

Gateway

UserInterfaces

Right hand illustration, Eric Evans, Creative Commons Attribution 2.0

Page 17: Salong 5 - Jfokus · 2019. 9. 11. · • Spring Core/ORM/JEE/Web • Hibernate • ActiveMQ JMS • Apache CXF Web Services • Jakarta Commons • Maven. DDD Sample Domän. DDD

Paketstruktur

Illustration by Eric Evans, Creative Commons Attribution 2.0

Page 18: Salong 5 - Jfokus · 2019. 9. 11. · • Spring Core/ORM/JEE/Web • Hibernate • ActiveMQ JMS • Apache CXF Web Services • Jakarta Commons • Maven. DDD Sample Domän. DDD

Aggregat

Page 20: Salong 5 - Jfokus · 2019. 9. 11. · • Spring Core/ORM/JEE/Web • Hibernate • ActiveMQ JMS • Apache CXF Web Services • Jakarta Commons • Maven. DDD Sample Domän. DDD

Mer informationIntressegrupper

Böcker

Kurser

Konferenser

Page 21: Salong 5 - Jfokus · 2019. 9. 11. · • Spring Core/ORM/JEE/Web • Hibernate • ActiveMQ JMS • Apache CXF Web Services • Jakarta Commons • Maven. DDD Sample Domän. DDD

DDDSamplePeter Backlund & Patrik Fredriksson

Citerus AB


Recommended