398 Commits

Author SHA1 Message Date
Ilkka Seppala
1988ab494c Rename artifact and folder. 2015-04-15 21:16:56 +03:00
Ilkka Seppala
0bded40738 Added DAO pattern. 2015-04-12 23:49:00 +03:00
Ilkka Seppala
33566805ee Added Lazy Loading idiom. 2015-04-10 20:24:16 +03:00
Ilkka Seppala
00e6e099a0 Enabled Java 8 features. 2015-04-09 22:39:36 +03:00
vehpsr
dc0f578f8b added Poison Pill idiom 2015-04-05 18:03:16 +03:00
Josh
10be0b0b10 made changes according to 2nd batch of comments 2015-04-04 21:37:36 +08:00
Josh
5383eb9f56 fix travis CI 2015-04-04 11:28:42 +08:00
Josh
ee37e10382 fix travis CI 2015-04-04 11:21:27 +08:00
Josh
68f02c12d1 revised 2015-04-04 05:47:54 +08:00
Josh
ddace113eb merged master fixed conflict 2015-04-04 05:46:19 +08:00
Josh
6d4e47311a added intercepting filter 2015-04-04 04:54:56 +08:00
vehpsr
d57da2593b added Property pattern 2015-03-29 23:03:06 +03:00
Ilkka Seppala
027fd9934b Added example code for Execute Around idiom. 2015-03-29 21:25:13 +03:00
vehpsr
bf2df42c55 added Callback pattern 2015-03-26 22:47:04 +02:00
Ilkka Seppala
ca59792916 Added event aggregator pattern. 2015-03-13 21:59:24 +02:00
Ilkka Seppala
1cad280629 Added Null Object pattern. 2015-03-04 22:59:42 +02:00
Ilkka Seppala
6301e0bc11 Added unit tests for each of the patterns. 2014-12-06 20:34:41 +02:00
Ilkka Seppala
9a75cb11c3 Further cleanup of pom.xmls. 2014-12-06 14:19:37 +02:00
MSaifAsif
1cb62f543b Implementatation of the Service locator pattern 2014-12-06 02:39:54 +05:00
Peter G. Sideris
7908baa535 proper repeat(fixing pom files) 2014-12-01 21:56:45 +01:00
Peter G. Sideris
888c7d01f9 fixing Maven pom files 2014-12-01 20:41:16 +01:00
Ilkka Seppala
710d31b2a2 Cleanup of poms. 2014-11-26 23:03:04 +02:00
pitsios-s
eeb8c58fe9 Made some overall changes. 2014-09-12 12:20:13 +03:00
yusufaytas
1f0bedbbe1 double-checked-locking pattern is added. 2014-09-07 00:34:26 +01:00
Ilkka Seppala
19554d2329 added visitor pattern sample 2014-08-23 18:45:55 +03:00
Ilkka Seppala
23e2faeca2 added template method sample 2014-08-23 13:37:42 +03:00
Ilkka Seppala
6157f22ea4 added strategy pattern sample 2014-08-23 13:18:53 +03:00
Ilkka Seppala
9166d47ffc Added state pattern sample 2014-08-23 08:47:44 +03:00
Ilkka Seppala
b3d48cc4df added observer sample 2014-08-22 21:57:54 +03:00
Ilkka Seppala
13257b8b33 added memento sample 2014-08-22 21:31:08 +03:00
Ilkka Seppala
82f5f88964 added mediator sample 2014-08-21 20:06:49 +03:00
Ilkka Seppala
91ed79e6bd added iterator sample 2014-08-18 23:18:15 +03:00
Ilkka Seppala
09890d705c added interpreter sample 2014-08-18 18:23:52 +03:00
Ilkka Seppala
0785bccffb added command sample 2014-08-17 14:42:10 +03:00
Ilkka Seppala
9e7db125a8 added chain of responsibility sample 2014-08-17 09:05:37 +03:00
Ilkka Seppala
a9971dc38f added proxy sample 2014-08-16 20:28:07 +03:00
Ilkka Seppala
3fcca577f8 added flyweight sample 2014-08-16 19:40:39 +03:00
Ilkka Seppala
8725969908 added facade sample 2014-08-13 22:19:28 +03:00
Ilkka Seppala
e742950c19 added decorator sample 2014-08-13 21:45:19 +03:00
Ilkka Seppala
0c9136ac01 added composite sample 2014-08-13 21:14:03 +03:00
Ilkka Seppala
e5fc439687 added bridge sample 2014-08-12 23:09:32 +03:00
Ilkka Seppala
13e6589471 added adapter sample 2014-08-11 22:07:16 +03:00
Ilkka Seppala
72415386fe added singleton sample 2014-08-11 21:43:08 +03:00
Ilkka Seppala
4ae82e4302 added prototype sample 2014-08-10 22:55:58 +03:00
Ilkka Seppala
d6bff9fd60 fix pom.xml 2014-08-10 22:01:25 +03:00
Ilkka Seppala
a9de898072 added factory method sample 2014-08-10 10:07:38 +03:00
Ilkka Seppala
a4b58fe06e added builder sample 2014-08-09 22:38:07 +03:00
Ilkka Seppala
ce5700c1b7 added abstract-factory sample 2014-08-09 20:38:00 +03:00