Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emretanriverdi/multiple-design-patterns-java
Factory Pattern & Decorator Pattern used together in Java.
https://github.com/emretanriverdi/multiple-design-patterns-java
Last synced: 6 days ago
JSON representation
Factory Pattern & Decorator Pattern used together in Java.
- Host: GitHub
- URL: https://github.com/emretanriverdi/multiple-design-patterns-java
- Owner: emretanriverdi
- License: mit
- Created: 2019-05-17T16:39:18.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-17T16:53:28.000Z (over 5 years ago)
- Last Synced: 2024-10-12T06:21:22.983Z (about 1 month ago)
- Language: Java
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Multiple Design Patterns
===================================This project was given as a midterm exam in our university and we implemented our own Design Patterns ideas.
## UML ##
### Factory Pattern Usage in Main Method ###
### Decorator Pattern Usage in Main Method ###
### How it looks: ###
### Notes ###
Maven has been used as a build tool in this project.
"mvn clean package" or "mvn package" can be used to create an executable jar.