Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.