https://github.com/jonashackt/java1-examples
Example code showing things from the lecture in "real life"
https://github.com/jonashackt/java1-examples
Last synced: 5 months ago
JSON representation
Example code showing things from the lecture in "real life"
- Host: GitHub
- URL: https://github.com/jonashackt/java1-examples
- Owner: jonashackt
- License: mit
- Created: 2019-11-18T08:39:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-11-10T19:43:08.000Z (7 months ago)
- Last Synced: 2025-11-10T21:20:54.780Z (7 months ago)
- Language: Java
- Size: 68.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# java1-examples
[](https://github.com/jonashackt/java1-examples/actions)
[](https://renovatebot.com)
Example code showing things from the lecture in "real life"
### HowTo use this project
Clone it, import as Maven project into IntelliJ (via [pom.xml](pom.xml)) and have fun :)
Refer to the module's `README.md` files for more info about the specific topic. E.g. find the Design Patterns described in [09-ood-patterns/README.md](09-ood-patterns/README.md).