398 Commits

Author SHA1 Message Date
zafarella
f12de5cae4 preserve tabs instead of space 2015-09-09 17:45:20 -04:00
zafarella
4ee25105b9 add checkstyle to check against google standard 2015-09-09 17:39:44 -04:00
Hannes Pernpeintner
02162994a3 #184 Fluent Interface pattern 2015-09-07 14:36:14 +02:00
Narendra Pathai
0bf2a2fb5d Merged from master 2015-09-06 14:07:13 +05:30
Alan
3da48d970c Inclusion of log4j dependency rather than relying on
System.out.println() statements.
Added unit tests for doa module.
2015-09-05 21:54:14 +01:00
Ilkka Seppala
ed820816ef Merge branch 'master' into message-channel 2015-09-02 21:52:18 +03:00
Narendra Pathai
e5ea9f5c0d Work on #74, added reactor to parent pom 2015-09-02 15:21:09 +05:30
Ilkka Seppala
374d4617d5 Set project version to 1.6.0. 2015-08-31 23:03:00 +03:00
Ilkka Seppala
acd7070831 #143 Work on the example code 2015-08-22 16:37:19 +03:00
Ilkka Seppala
cd4d420376 #143 Added Camel dependency 2015-08-22 15:43:44 +03:00
Ilkka Seppala
c4912b2a2b #143 Skeleton for Message Channel EIP example 2015-08-22 14:54:43 +03:00
Ilkka Seppala
da6d92d125 Update Maven dependencies 2015-08-22 12:34:30 +03:00
Ilkka Seppala
61b1c426ef #84 Fix merge errors 2015-08-15 21:06:31 +03:00
Ilkka Seppala
ea524ee2c0 #84 Removed Layers stuff accidentally pushed to master 2015-08-13 20:48:29 +03:00
Ilkka Seppala
67a99ec3c2 Merge branch 'master' of https://github.com/iluwatar/java-design-patterns
Conflicts:
	pom.xml
2015-08-10 21:26:43 +03:00
Ilkka Seppala
1bcd822c58 #84 Skeleton for Layers architectural pattern 2015-08-09 14:00:27 +03:00
Dmitriy Zarubin
f52d7d3dbc #111 Implementation of Step Builder pattern 2015-08-07 16:17:47 +03:00
Narendra Pathai
960fac5ea0 Implemented half sync half async pattern #109 2015-07-30 11:01:10 +05:30
Ilkka Seppala
af92d8dde5 Reached milestone 1.5.0 2015-07-23 00:59:51 +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
Tapio Rautonen
3e8ef01288 #68: Implementation of Async Method Invocation pattern 2015-07-22 23:36:59 +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
918e489f9b #55 Clean up example dependencies 2015-07-22 00:18:15 +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
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
4a002d9a88 Achieved milestone 1.3.0 2015-07-19 14:28:45 +03:00
Ilkka Seppala
4ad5e84d0e #90 Skeleton for Front Controller example 2015-07-19 11:44:39 +03:00
Ilkka Seppala
a0861c47e1 Reached milestone, set version to 1.2.0 2015-07-14 00:10:01 +03:00
Ilkka Seppala
5337ecdc35 #91 Added skeleton for naked-objects example using Apache Isis SimpleApp archetype 2015-07-13 15:19:16 +03:00
Ilkka Seppala
e945f632b0 Set version to 1.1.0 2015-06-29 22:26:50 +03:00
Ilkka Seppala
01aedbd640 Switch to jacoco code coverage analysis #59 2015-06-28 22:19:02 +03:00
Ilkka Seppala
a736341010 Add code coverage analysis #59 2015-06-28 21:24:40 +03:00
Ilkka Seppala
dc2d8453cd #92 Set current version to 1.0.0 2015-06-24 20:12:47 +03:00
Ilkka Seppala
ebcf46af86 Finished the example. 2015-05-25 18:41:54 +03:00
Ilkka Seppälä
7f334e7024 Formatted the super pom.xml. 2015-05-24 13:19:59 +03:00
Ilkka Seppälä
ff4145dba5 Skeleton for Object Pool pattern. 2015-05-24 13:18:08 +03:00
Ilkka Seppälä
b7554249e6 Added skeleton for Private Class Data pattern. 2015-05-23 15:16:57 +03:00
Ilkka Seppala
4c0a300b86 Skeleton for Thread Pool pattern. 2015-05-17 14:32:26 +03:00
Ilkka Seppala
de7db92f59 Added skeleton for Resource Acquisition Is Initialization pattern. 2015-05-16 21:49:21 +03:00
Ilkka Seppala
8e93233e58 Added skeleton for Multiton example. 2015-05-15 23:45:18 +03:00
Ilkka Seppala
2029609def Skeleton for Double Dispatch. 2015-05-08 19:55:58 +03:00
Ilkka Seppala
77255ca798 Skeleton for Flux pattern. 2015-05-03 18:24:55 +03:00
Ilkka Seppala
c9bf6819e1 Added skeleton for MVC. 2015-05-02 22:49:43 +03:00
Ilkka Seppala
27a11aa9fc Added skeleton for Tolerant Reader. 2015-04-28 22:53:37 +03:00
Ilkka Seppala
283388b7b9 Started working on Specification pattern. 2015-04-23 21:15:09 +03:00
Ilkka Seppälä
fa931bdcfa Merge pull request #47 from mgiovenco/master
Added DAO implementation, modified readme, and added UML diagram
2015-04-15 23:15:07 +03:00
Mike Giovenco
58da95b467 Added DAO implementation, modified readme, and added UML diagram 2015-04-15 14:54:02 -05:00