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: 2 months 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.