Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sebastianschmidl/activeobjectdemo
An example application for showing the ActiveObject pattern.
https://github.com/sebastianschmidl/activeobjectdemo
activeobject demo design-patterns java patterns software-engineering software-patterns
Last synced: about 1 month ago
JSON representation
An example application for showing the ActiveObject pattern.
- Host: GitHub
- URL: https://github.com/sebastianschmidl/activeobjectdemo
- Owner: SebastianSchmidl
- License: unlicense
- Created: 2016-04-29T15:39:25.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-08T20:05:31.000Z (about 7 years ago)
- Last Synced: 2024-11-10T16:18:56.567Z (about 1 month ago)
- Topics: activeobject, demo, design-patterns, java, patterns, software-engineering, software-patterns
- Language: Java
- Homepage:
- Size: 76.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ActiveObjectDemo
Demo code for showing the ActiveObject pattern. The branch [withoutPattern](https://github.com/CodeLionX/ActiveObjectDemo/tree/withoutPattern) shows the code without the pattern. `master` includes all classes needed for a complete implementation of the _active object_ pattern.