3031 Commits

Author SHA1 Message Date
Ilkka Seppala
baf177a81e Added book reference to singleton enum implementation. 2014-11-26 22:41:44 +02:00
Ilkka Seppälä
b73429cd95 Merge pull request #19 from Alwayswithme/master
enum approach of singleton
2014-11-26 15:58:31 +02:00
alwayswithme
11a89f85a8 move the SO question URL 2014-11-26 09:15:40 +08:00
alwayswithme
16ac983053 change comment 2014-11-25 16:24:32 +08:00
alwayswithme
3f2cb22478 remove the getInstance method 2014-11-25 16:10:17 +08:00
alwayswithme
406d2e7081 simplified the println 2014-11-24 18:01:44 +08:00
yejinchang
13abf49024 enum approach of singleton 2014-11-24 17:35:52 +08:00
Ilkka Seppälä
13e6c74d97 Merge pull request #18 from pitsios-s/patch-1
Update MainApp.java
2014-11-21 22:14:52 +02:00
Stamatis Pitsios
4641ab28cf Update MainApp.java
Added a short explanation of the application's logic.
2014-11-21 15:40:29 +02:00
Ilkka Seppälä
6c80af2b15 Update README.md 2014-11-15 10:58:13 +02:00
Ilkka Seppälä
872ad27996 Update README.md 2014-11-15 10:55:26 +02:00
Ilkka Seppälä
8b024b8a2a Merge pull request #16 from joningis/generic-observer
Generic observer
2014-11-12 21:22:05 +02:00
Jon Ingi Sveinbjornsson
b15b96cdc2 Added Java Generics and Collections to credits of readme 2014-11-12 10:47:41 +00:00
Jon Ingi Sveinbjornsson
6b4e1c32bc Added message to observer app 2014-11-11 23:23:08 +00:00
Jon Ingi Sveinbjornsson
cb40f1cdbd Added example of generic observer 2014-11-11 23:15:13 +00:00
Ilkka Seppälä
c231964227 Merge pull request #15 from noragami/master
simplified toString method
2014-11-11 22:00:30 +02:00
noragami
4d52ecdaf6 accepted suggestion note by @iluwatar 2014-11-11 19:18:01 +01:00
yato
07b6b2e8a6 simplified toString method 2014-11-10 14:04:43 +01:00
Ilkka Seppälä
86abc4177e Merge pull request #14 from mafagafogigante/master
Small refactorings
2014-11-09 12:57:24 +02:00
mafagafogigante
5e28382021 Fixed spaces instead of tabs. 2014-11-08 20:49:40 -02:00
mafagafogigante
bc060309e3 Improves a toString method.
Makes it more readable and deletes an useless semicolon.
2014-11-08 20:45:18 -02:00
mafagafogigante
a4637fcf99 Uses a StringBuilder to improve performance.
Also stops initializing a variable (removes an unused initialization).
2014-11-08 20:45:18 -02:00
mafagafogigante
031bbe9f09 Simplifies an if statement 2014-11-08 20:45:11 -02:00
Ilkka Seppälä
b563de009a Update README.md 2014-11-08 22:41:20 +02:00
Ilkka Seppälä
5305e6ba1b Update README.md 2014-11-08 22:38:07 +02:00
Ilkka Seppala
862fd39d11 #12 Added private constructor to ThreadSafeLazyLoadedIvoryTower. 2014-11-05 21:28:48 +02:00
Ilkka Seppälä
ee931b0ecb Update README.md 2014-11-04 08:04:42 +02:00
Ilkka Seppälä
e574d6aa49 Merge pull request #11 from llitfkitfk/master
add some class diagram for each design pattern
2014-11-03 22:35:41 +02:00
llitfkitfk
7bb84a2402 add some use case 2014-11-03 18:33:27 +08:00
llitfkitfk
97431a62af update README 2014-11-03 09:00:21 +08:00
llitfkitfk
1cd804a1c3 update README with new diagram 2014-11-03 08:54:21 +08:00
llitfkitfk
80e8fef5c9 add editable diagram files
(you need to install objectaid eclipse plugin to view that)
2014-11-03 08:47:03 +08:00
llitfkitfk
bbfe3f6207 add rest of class diagrams 2014-10-31 13:31:41 +08:00
llitfkitfk
7fd513b349 add part of class diagram 2014-10-31 09:20:45 +08:00
llitfkitfk
24ce036dd2 add part of class diagram 2014-10-31 09:18:39 +08:00
Ilkka Seppälä
3a4d5efbc3 Update README.md 2014-10-27 08:28:51 +02:00
Ilkka Seppälä
afad7dcd8f Update README.md 2014-10-27 08:28:22 +02:00
Ilkka Seppälä
9b1c698b34 Merge pull request #10 from mafagafogigante/mafagafo-observer
Changes to the observer pattern
2014-10-21 07:45:15 +03:00
mafagafogigante
5109c8f462 Minor refactoring on the observer code. 2014-10-20 13:34:14 -02:00
mafagafogigante
edc93ea7cf Changed the observer diagram. 2014-10-20 13:26:42 -02:00
Ilkka Seppälä
6faa8dff57 Update README.md 2014-10-19 13:24:16 +03:00
Ilkka Seppälä
cda9e59a51 Merge pull request #9 from mafagafogigante/mafagafo-template-method-new-pic
Improved template method UML.
2014-10-18 19:02:35 +03:00
mafagafogigante
74c0ab90ac Improved template method UML.
This commit fixes the following problems:
- protected methods marked as public.
- inherited operations that are not overriden are repeated.
- one method had an invalid parameter (see attached image).
- abstract class not indicated as such.

This commit improves the following aspects:
- I did not like how the classes were arranged, so went ahead and made
  some small chnges. I hope you don't mind the different distribution.
2014-10-17 20:58:49 -03:00
Ilkka Seppälä
70fffc5ca3 Merge pull request #8 from annemsujan/master
Thread safe lazy loaded singleton implementation added.
2014-10-14 11:23:46 +03:00
Sujan Reddy Annem
5687976a91 Thread-safe Singleton class
New Singleton class name has renamed to ThreadSafeLazyLoadedIvoryTower
and called it from App.java
2014-10-13 22:15:45 -07:00
Sujan Reddy Annem
cffe592c9c New Singleton class
Thread-safe and lazy loading.
2014-10-13 13:24:18 -07:00
Ilkka Seppälä
84efa3039f Merge pull request #7 from lordmat0/master
Formatted all files to the same standard
2014-10-08 20:51:55 +03:00
Ilkka Seppälä
39998544d7 Merge pull request #6 from pitsios-s/master
Update LICENSE.md
2014-10-08 20:44:22 +03:00
matthew
3da9ad5469 Formatted all files to the same standard 2014-10-08 13:42:12 +01:00
Stamatis Pitsios
3436a7f67e Update LICENSE.md
Updated the license file, so it now indicates it's respectful owner and the year of creation.
2014-10-08 13:03:24 +03:00