1532 Commits

Author SHA1 Message Date
cfarrugia
898f3a428c #113 Event Driven Architecture
Fixed a typo in index.md
2015-12-02 01:43:34 +01:00
cfarrugia
0b46a9985d #113 Event Driven Architecture
Updated index.md with eda uses
2015-12-02 01:39:20 +01:00
cfarrugia
2aa20b7445 #113 Event Driven Architecture
Adds various changes including :
- Fixes to Javadoc
2015-12-01 23:33:26 +01:00
cfarrugia
cfb0fafc7d #113 Event Driven Architecture
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
2015-12-01 23:30:01 +01:00
JuhoKang
119d264779 issue #292 2015-12-01 16:00:31 +09:00
cfarrugia
9e857d7dd6 #113 Event Driven Architecture
Fixed javadoc
2015-11-28 19:05:23 +01:00
cfarrugia
d9a1d1cef9 #113 Event Driven Architecture
Adds unit test to assert and verify pattern event get type behaviour.
Also added unit test comments.
2015-11-28 17:58:32 +01:00
cfarrugia
3ad36020aa #113 Event Driven Architecture
Adds unit test to assert and verify pattern behaviour
2015-11-28 17:25:15 +01:00
cfarrugia
e1c0731f7e #113 Event Driven Architecture
Adds more Javadoc and fixes checkstyle issues.
2015-11-28 15:03:22 +01:00
cfarrugia
b8b94b697a #113 Event Driven Architecture
Adds more Javadoc
2015-11-28 13:12:16 +01:00
cfarrugia
fc70a706c6 #113 Event Driven Architecture
Adds module to the root pom.xml
Fixes indentation
2015-11-28 10:57:00 +01:00
neonds
9a85dfe9df Annotation Config was added. Now AppConfig contains a Main Method (same logic in App.java) to execute 2015-11-27 21:23:55 -06:00
Ilkka Seppälä
5bec63659f Merge pull request #305 from hoswey/master
Fix #216 Repository vs DAO
2015-11-28 00:09:27 +02:00
hoswey
9d4fff6029 Fix #216 Repository vs DAO 2015-11-27 11:22:33 +08:00
chris
321e9d4191 #113 Event Driven Architecture
- added class diagram
- added more comments
2015-11-23 11:20:20 +01:00
chris
b4aeca3aa0 #113 Event Driven Architecture
- removed unused imports
2015-11-23 00:04:44 +01:00
chris
3ef0921f20 #113 Event Driven Architecture
- refactored and moved around some classes
2015-11-23 00:02:58 +01:00
chris
eb396217d0 #113 Event Driven Architecture
- initial commit includes a simple and advanced example of Event-driven architecture
2015-11-22 19:40:07 +01:00
Ilkka Seppälä
092d48d150 Merge pull request #294 from DevFactory/release1
Unit tests for adapter, business-delegate, factory-method and command modules
2015-11-22 08:44:13 +02:00
mfarid
6b99f2669e Added capability for test coverage report generation and steps to do so. 2015-11-22 05:47:36 +05:30
mfarid
ced317bc9d Added UnitTest cases for factory method. 2015-11-22 05:46:14 +05:30
mfarid
e5614e5a20 Added UnitTest cases for command. 2015-11-22 05:45:45 +05:30
mfarid
012b638023 Added UnitTest cases for business delegate. 2015-11-22 05:45:14 +05:30
mfarid
b577890db4 Added UnitTest cases for adapter. 2015-11-22 05:44:45 +05:30
Ilkka Seppala
8ba0192864 Add EIP tag to relevant patterns 2015-11-21 16:34:59 +02:00
Ilkka Seppälä
899b9617c9 Merge pull request #295 from iluwatar/JaXt0r-publish-subscribe
Jaxt0r publish subscribe
2015-11-21 16:10:34 +02:00
Ilkka Seppala
d0fca6d318 Improve the example and documentation 2015-11-21 16:05:55 +02:00
Ilkka Seppala
7885380633 Apply Google coding conventions 2015-11-21 15:12:31 +02:00
Ilkka Seppala
230c02fb24 Fix spelling 2015-11-21 15:09:23 +02:00
Ilkka Seppala
b97e9207a7 Update version number for Publish-Subscribe 2015-11-21 15:03:27 +02:00
Ilkka Seppala
8519e13de6 Merge branch 'publish-subscribe' of https://github.com/JaXt0r/java-design-patterns into JaXt0r-publish-subscribe
Conflicts:
	pom.xml
2015-11-21 14:55:02 +02:00
Ilkka Seppälä
ba3f583467 Merge pull request #290 from hoswey/master
implements Twin design pattern #63
2015-11-16 21:09:41 +02:00
hoswey
142274f3f7 implements Twin design pattern #63, add credit and rephrase the comments 2015-11-16 10:01:03 +08:00
Ilkka Seppälä
5b06c52fff Merge pull request #291 from tainarareis/abstract-factory
Issue #286: Added main method in Abstract Factory Example
2015-11-14 21:33:48 +02:00
Ilkka Seppälä
033f8e740d Merge pull request #287 from l-cortese/master
log4j.xml relocated and excluded from JAR
2015-11-14 21:19:50 +02:00
tainarareis
34528173b7 Issue #286: Added main method in Abstract Factory Example 2015-11-14 16:48:19 -02:00
hoswey
fdbfa9e8ee implements Twin design pattern #63 2015-11-14 17:38:35 +08:00
Luigi Cortese
bf65168776 corrected typos in the comments 2015-11-13 22:35:30 +01:00
Luigi Cortese
043a610754 log4j.xml relocated due to visibility issues and excluded from generated
JAR. pom.xml formatted according to coding conventions
2015-11-13 18:34:10 +01:00
Ilkka Seppälä
27199325ec Merge pull request #284 from hoswey/master
correct the package name for producer-consumer test folder
2015-11-07 11:48:51 +02:00
hoswey
960b568fbb correct the package name for producer-consumer test folder 2015-11-07 15:51:16 +08:00
Ilkka Seppala
c02e65fa3a Added alias names for GOF patterns #267 2015-11-04 21:13:32 +02:00
Ilkka Seppälä
fe63c9cec4 Merge pull request #281 from ankurkaushal/master
Reformat according to google style guide
2015-11-02 21:39:17 +02:00
Ilkka Seppälä
7e4f04602e Merge pull request #282 from l-cortese/master
Corrected Freddy's last name
2015-11-02 21:36:20 +02:00
Ankur Kaushal
306b1f3d31 Reformat rest of the design patterns - Issue #224 2015-11-01 21:29:13 -05:00
Ankur Kaushal
449340bd2b Reformat business-delegate, callback, chain, command, composite, dao, decorator & dependency-injection patterns. 2015-11-01 18:48:43 -05:00
Ankur Kaushal
3af06a3a3a Reformat builder pattern - issue #224 2015-11-01 18:03:29 -05:00
Ankur Kaushal
e7b6542134 Reformat bridge design pattern - Issue #224 2015-11-01 17:43:54 -05:00
Ankur Kaushal
16a8c85af6 Reformat Async Method Invocation - Issue #224 2015-11-01 17:33:25 -05:00
Ankur Kaushal
95c16200e7 Reformat Adapter Pattern - Issue #224 2015-11-01 17:26:57 -05:00