3195 Commits

Author SHA1 Message Date
Narendra Pathai
64ce1864b8 Merge branch 'HalfSyncHalfAsync' of https://github.com/npathai/java-design-patterns into HalfSyncHalfAsync 2015-07-30 11:03:07 +05:30
Narendra Pathai
960fac5ea0 Implemented half sync half async pattern #109 2015-07-30 11:01:10 +05:30
Narendra Pathai
b9b94f079d Updated pom to add half-sync-half-async module to parent pom 2015-07-30 10:53:23 +05:30
Narendra Pathai
91c8a0e7c5 Merge branch 'HalfSyncHalfAsync' of https://github.com/npathai/java-design-patterns into HalfSyncHalfAsync 2015-07-30 10:51:38 +05:30
Narendra Pathai
1a1e429eda Merge branch 'master' of https://github.com/iluwatar/java-design-patterns into HalfSyncHalfAsync 2015-07-30 10:50:00 +05:30
Narendra Pathai
5978bbee51 Added description of Half-Sync/Half-Async pattern 2015-07-30 10:48:17 +05:30
Ilkka Seppälä
2aa9681b91 Merge pull request #178 from npathai/master
Changed improper description about double dispatch in FAQ section
2015-07-29 21:13:27 +03:00
Narendra Pathai
88c2e7dacd Changed improper description about double dispatch in FAQ section 2015-07-29 16:50:36 +05:30
Narendra Pathai
013386459a removed unnecessary dependency from pom 2015-07-29 16:18:53 +05:30
Narendra Pathai
c3da64c2be Merge branch 'master' of https://github.com/iluwatar/java-design-patterns into HalfSyncHalfAsync 2015-07-29 16:13:41 +05:30
Narendra Pathai
f778b2cc04 Changed method names and did proper documentation 2015-07-29 16:12:27 +05:30
Ilkka Seppälä
3adffb62da Update README.md 2015-07-27 21:00:30 +03:00
Ilkka Seppälä
afd5612e17 Update README.md 2015-07-27 20:52:00 +03:00
Narendra Pathai
eeef8bf475 Refactored code 2015-07-27 17:38:15 +05:30
Narendra Pathai
dc4904c8d0 Changed the implementation for better understanding 2015-07-27 15:29:56 +05:30
Narendra Pathai
4c22055e47 Implemented half sync half async pattern 2015-07-25 15:58:12 +05:30
Ilkka Seppala
3d488ec15a #108 Consistent package naming throughout the examples 2015-07-24 11:32:22 +03:00
Ilkka Seppala
af92d8dde5 Reached milestone 1.5.0 2015-07-23 00:59:51 +03:00
Ilkka Seppala
18618dfbec #68 Added class diagram and referenced it from the README.md 2015-07-23 00:49:04 +03:00
Ilkka Seppala
a8b7dd5a53 Merge branch 'trautonen-async-method-invocation' 2015-07-23 00:33:08 +03:00
Ilkka Seppala
4f0414a637 Merge branch 'async-method-invocation' of https://github.com/trautonen/java-design-patterns into trautonen-async-method-invocation
Conflicts:
	pom.xml
2015-07-23 00:32:07 +03:00
Ilkka Seppala
0fc009cba2 #89 Added book reference 2015-07-23 00:17:51 +03:00
Ilkka Seppala
869c578fe3 #89 Added Business Delegate pattern description to README.md 2015-07-23 00:16:32 +03:00
Ilkka Seppala
e2af6dc229 #89 Added class diagram 2015-07-23 00:03:43 +03:00
Ilkka Seppala
642cf925c6 #89 Added comments to the example code 2015-07-23 00:01:39 +03:00
Tapio Rautonen
27aafe5251 Merge branch 'async-method-invocation' of github.com:trautonen/java-design-patterns into async-method-invocation
Conflicts:
	async-method-invocation/pom.xml
	pom.xml
2015-07-22 23:44:26 +03:00
Tapio Rautonen
f7bf395541 #68: Updated for upstream. 2015-07-22 23:38:09 +03:00
Tapio Rautonen
6fbac15e64 #68: Documented async method invocation. 2015-07-22 23:36:59 +03:00
Tapio Rautonen
5cc83b85b4 #68: Javadocs. 2015-07-22 23:36:59 +03:00
Tapio Rautonen
3e8ef01288 #68: Implementation of Async Method Invocation pattern 2015-07-22 23:36:59 +03:00
Ilkka Seppala
61573e9ef2 #89 Finished the example code 2015-07-22 23:20:28 +03:00
Tapio Rautonen
2c52d11b43 #68: Documented async method invocation. 2015-07-22 23:18:07 +03:00
Ilkka Seppala
731f37723a #89 Skeleton for Business Delegate example 2015-07-22 21:04:38 +03:00
Ilkka Seppala
d3642cc94c Milestone 1.4.0 achieved 2015-07-22 01:26:48 +03:00
Ilkka Seppala
6b11329ae0 #55 Added book reference 2015-07-22 01:17:42 +03:00
Ilkka Seppala
9040c8bec6 #55 Added Repository description to README.md 2015-07-22 01:15:30 +03:00
Ilkka Seppala
a290c1af13 #55 Added class diagram 2015-07-22 01:00:20 +03:00
Ilkka Seppala
1c24f80f05 #55 Commented the Repository example code 2015-07-22 00:58:22 +03:00
Ilkka Seppala
c6cf96b641 #55 Changed Hibernate to create-drop mode 2015-07-22 00:31:50 +03:00
Ilkka Seppala
918e489f9b #55 Clean up example dependencies 2015-07-22 00:18:15 +03:00
Ilkka Seppala
9b4db0a503 #55 H2 database taken to use in the example code 2015-07-21 23:23:36 +03:00
Ilkka Seppala
581ce4170e #55 Move spring-data dependency to parent & update version 2015-07-21 21:17:32 +03:00
Ilkka Seppala
936d4c0614 #55 Update Hibernate version 2015-07-21 21:11:33 +03:00
Ilkka Seppala
b22d2ddf89 #55 Repository example skeleton 2015-07-21 21:11:22 +03:00
Tapio Rautonen
064aa26d44 #68: Javadocs. 2015-07-21 00:28:24 +03:00
Tapio Rautonen
73606dae1a #68: Implementation of Async Method Invocation pattern 2015-07-20 22:58:23 +03:00
Ilkka Seppala
cd07c5cf60 #55 Added skeleton for Repository example 2015-07-20 19:11:19 +03:00
Ilkka Seppala
f7402b8c19 #104 Workaround to re-enable code coverage analysis 2015-07-20 17:13:21 +03:00
Ilkka Seppala
215af05853 Update Tolerant Reader class diagram. 2015-07-19 14:34:28 +03:00
Ilkka Seppala
4a002d9a88 Achieved milestone 1.3.0 2015-07-19 14:28:45 +03:00