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 |
|
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 |
|