Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Event Driven Architecture pattern #113

Closed
iluwatar opened this issue Jul 27, 2015 · 2 comments
Closed

Event Driven Architecture pattern #113

iluwatar opened this issue Jul 27, 2015 · 2 comments
Milestone

Comments

@iluwatar
Copy link
Owner

https://en.wikipedia.org/wiki/Event-driven_architecture

@genericmethod
Copy link
Contributor

@iluwatar Would like to implement this :)

@iluwatar
Copy link
Owner Author

@genericmethod Great, go ahead :)

genericmethod pushed a commit to genericmethod/java-design-patterns that referenced this issue Nov 22, 2015
- initial commit includes a simple and advanced example of Event-driven architecture
genericmethod pushed a commit to genericmethod/java-design-patterns that referenced this issue Nov 22, 2015
- refactored and moved around some classes
genericmethod pushed a commit to genericmethod/java-design-patterns that referenced this issue Nov 22, 2015
- removed unused imports
genericmethod pushed a commit to genericmethod/java-design-patterns that referenced this issue Nov 23, 2015
- added class diagram
- added more comments
genericmethod pushed a commit to genericmethod/java-design-patterns that referenced this issue Nov 28, 2015
Adds module to the root pom.xml
Fixes indentation
genericmethod pushed a commit to genericmethod/java-design-patterns that referenced this issue Nov 28, 2015
genericmethod pushed a commit to genericmethod/java-design-patterns that referenced this issue Nov 28, 2015
Adds more Javadoc and fixes checkstyle issues.
genericmethod pushed a commit to genericmethod/java-design-patterns that referenced this issue Nov 28, 2015
Adds unit test to assert and verify pattern behaviour
genericmethod pushed a commit to genericmethod/java-design-patterns that referenced this issue Nov 28, 2015
Adds unit test to assert and verify pattern event get type behaviour.
Also added unit test comments.
genericmethod pushed a commit to genericmethod/java-design-patterns that referenced this issue Nov 28, 2015
genericmethod pushed a commit to genericmethod/java-design-patterns that referenced this issue Dec 1, 2015
Adds various changes including :
- Fixes to Javadoc
- Test refactoring and improvements
- Refactored EventDispatcher to be immutable
- Removed DynamicRouter interface since it not needed
- Renamed Channel to a more appropriate name - Handler
genericmethod pushed a commit to genericmethod/java-design-patterns that referenced this issue Dec 1, 2015
Adds various changes including :
- Fixes to Javadoc
genericmethod pushed a commit to genericmethod/java-design-patterns that referenced this issue Dec 2, 2015
Updated index.md with eda uses
genericmethod pushed a commit to genericmethod/java-design-patterns that referenced this issue Dec 2, 2015
Fixed a typo in index.md
genericmethod pushed a commit to genericmethod/java-design-patterns that referenced this issue Jan 2, 2016
genericmethod pushed a commit to genericmethod/java-design-patterns that referenced this issue Jan 2, 2016
bumped up version to 1.10
iluwatar added a commit that referenced this issue Jan 3, 2016
@iluwatar iluwatar added this to the 1.10.0 milestone Jan 3, 2016
@iluwatar iluwatar closed this as completed Jan 3, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants