1624 Commits

Author SHA1 Message Date
pitsios-s
9f00e00f34 Removed some unnecessary files. 2014-09-11 16:14:40 +03:00
Stamatis Pitsios
47907cb91b Update README.md 2014-09-11 16:10:38 +03:00
pitsios-s
f970a7646d Added new design pattern.
Implementation for the Model-View-Presenter pattern is now available.
2014-09-11 15:31:24 +03:00
Ilkka Seppälä
106b0b9c0d Merge pull request #1 from yusufaytas/master
Update creating mechanism.
2014-09-09 18:44:04 +03:00
Yusuf Aytaş
d1e1be13af Added Intent to the Double Checked Locking. 2014-09-08 15:33:36 +01:00
yusufaytas
d6aed142a7 removed the lazy instantiation from singleton to avoid threading
problems.
2014-09-07 21:21:24 +01:00
yusufaytas
2552d1b590 Merge branch 'master' of github.com:yusufaytas/java-design-patterns 2014-09-07 21:15:41 +01:00
yusufaytas
91a7980f72 Added simple attributes to the Item. 2014-09-07 21:15:24 +01:00
Yusuf Aytaş
8fb4d3257e Added cases to use double-checked-locking. 2014-09-07 21:13:57 +01:00
yusufaytas
c0c902870f Added class diagram to double checked locking. 2014-09-07 21:06:26 +01:00
Yusuf Aytaş
c26ba609b2 Added Double Checked Locking to documentation. 2014-09-07 21:04:01 +01:00
Ilkka Seppala
1eddfa844d Updated observer class diagram. 2014-09-07 19:41:31 +03:00
Ilkka Seppala
d7470b96d5 Updated mediator class diagram. 2014-09-07 19:36:52 +03:00
Ilkka Seppala
a2f34b56fd Updated iterator class diagram. 2014-09-07 19:32:20 +03:00
Ilkka Seppala
009fd26eff Updated decorator class diagram. 2014-09-07 19:25:02 +03:00
Ilkka Seppälä
39ddea1645 Update README.md 2014-09-07 19:20:16 +03:00
Ilkka Seppälä
f2c803cdea Update README.md 2014-09-07 19:19:24 +03:00
Ilkka Seppälä
c8778bdb45 Update README.md 2014-09-07 19:18:43 +03:00
Ilkka Seppälä
3ad98e0099 Update README.md 2014-09-07 15:56:57 +03:00
Ilkka Seppälä
c5685fa5cf Update README.md 2014-09-07 15:56:09 +03:00
Ilkka Seppälä
28901eedf0 Create LICENSE.md 2014-09-07 15:54:53 +03:00
Ilkka Seppälä
c2db2980f0 Update README.md 2014-09-07 15:41:46 +03:00
Ilkka Seppälä
25469c210c Added "How to contribute" instructions. 2014-09-07 15:40:21 +03:00
Ilkka Seppala
f7c2cad971 Added explanation about class adapter vs. object adapter in the adapter
example.
2014-09-07 15:20:52 +03:00
Ilkka Seppälä
da72f04643 Update README.md 2014-09-07 15:11:23 +03:00
Ilkka Seppala
b8365e9e4c Improved the adapter pattern example. Updated the class diagram. 2014-09-07 15:08:43 +03:00
Yusuf Aytaş
3d55749042 Update IvoryTower.java
fixed the issue with class creation.
2014-09-07 00:44:32 +01:00
Yusuf Aytaş
459b696777 Update pom.xml
test dependency is added.
2014-09-07 00:42:00 +01:00
yusufaytas
1f0bedbbe1 double-checked-locking pattern is added. 2014-09-07 00:34:26 +01:00
Yusuf Aytaş
0509e48d37 Update IvoryTower.java 2014-09-06 23:54:25 +01:00
Ilkka Seppälä
d4ee7a7da0 Update README.md 2014-09-06 23:42:22 +03:00
Ilkka Seppälä
ab315782ec Update README.md 2014-09-06 23:33:48 +03:00
Ilkka Seppälä
ee54d6a3ea Added FAQ section to readme file. 2014-09-06 23:31:56 +03:00
Ilkka Seppala
37d58d31d0 Updated the adapter example. 2014-08-31 19:19:28 +03:00
Ilkka Seppala
9a0bb6b0fe Added comments for the visitor example. 2014-08-31 11:35:08 +03:00
Ilkka Seppala
2e07a685b0 Comments for template method example. 2014-08-31 11:31:03 +03:00
Ilkka Seppala
94b289801b Comments for the strategy example. 2014-08-31 11:27:19 +03:00
Ilkka Seppala
4debc8eda4 Comments for state example. 2014-08-31 11:20:02 +03:00
Ilkka Seppala
3bc005f4b7 Comments for observer example. 2014-08-31 11:17:21 +03:00
Ilkka Seppala
8ddcdac33e Comments for memento example. 2014-08-31 11:13:50 +03:00
Ilkka Seppala
13306023f0 Comments for mediator example. 2014-08-31 11:07:37 +03:00
Ilkka Seppala
40e5444718 Added comments for iterator example. 2014-08-31 11:03:43 +03:00
Ilkka Seppala
4fef18f6c6 Comments for interpreter example. 2014-08-31 10:59:48 +03:00
Ilkka Seppala
52ca001a7a Comments for command example. 2014-08-31 10:56:56 +03:00
Ilkka Seppala
6b843f028a Commented chain of responsibility example. 2014-08-31 10:52:37 +03:00
Ilkka Seppala
1cdb59352d Added comments for proxy example. 2014-08-31 10:23:14 +03:00
Ilkka Seppala
05cb40897b Commented flyweight example. 2014-08-31 10:16:48 +03:00
Ilkka Seppala
05d212959a Comments for facade example. 2014-08-31 10:10:23 +03:00
Ilkka Seppala
1168f6e41f Updated decorator implementation and class diagram. Added comments. 2014-08-31 09:18:16 +03:00
Ilkka Seppala
e760858bb6 Commented composite example. 2014-08-31 09:18:15 +03:00