Sample implementation of architectural patterns for software architecture course.
In this repo you will find one directory per pattern containing:
- A short explanation of the patten itself and a sample problem.
- A sample implementation of each pattern in Java for a vending machine problem scenario.