Domain model

Watch this video as support πŸ‘‡

https://youtu.be/bduWjKNrnAg

A domain model a modelling tool that will help you create your system.

In a domain model the different entities are defined like in a class diagram.

In the domain model we only write the name of the entity, the attributes (no types) and their cardinality.

This is a good starting point for starting to create your class diagram

Go through this use project and make the domain model for it: https://github.com/behu-kea/first-semester-java/blob/07adad53e648c5359d326605eda4138a57803557/assets/2021-03%20-%20Client%20Management.pdf

Exercises

Exercise 1

This exercise is part of the homework to next week!

https://github.com/behu-kea/first-semester-java/blob/9d5b9fc185978dad0bfdbc0b83fdc7937326db4d/assets/Bookingsystem%20(DK).pdf

Last updated

Was this helpful?