3069 Commits

Author SHA1 Message Date
Thomas
7200329a6b Add files via upload
Rework replaces previous version completely. Using ExecutorService. Use of result object instead of static variables. Ugly example is left out.
2017-01-29 11:38:20 +01:00
Thomas
f170aaa42b Delete DateFormatRunnable.java 2017-01-29 11:34:12 +01:00
Thomas
c598748549 Delete AppUgly.java 2017-01-29 11:33:59 +01:00
Thomas
ed11c4c4f9 Delete App.java 2017-01-29 11:33:40 +01:00
Thomas
283f198ba8 Delete empty 2017-01-29 11:32:26 +01:00
Thomas
15913d6382 Add files via upload
new uml diagramm after changes to the java classes
2017-01-29 11:31:06 +01:00
Thomas
65e047974c Create empty 2017-01-29 11:29:19 +01:00
Thomas
c529e35791 Delete tls.urm.puml 2017-01-29 11:28:27 +01:00
Thomas
3342851005 Delete tls.ucls 2017-01-29 11:28:17 +01:00
Thomas
c167f87ce5 Delete tls.png 2017-01-29 11:27:46 +01:00
Thomas
e8fc3427c6 Update README.md
no change of content. Improved text
2017-01-29 11:23:33 +01:00
Thomas
26b79a5382 Update README.md
Some additonal description, deleted wrong pumlid
2017-01-29 11:16:45 +01:00
Ilkka Seppälä
9ec0935a1c Merge pull request #532 from leogtzr/master
Adding initialization-on-demand idiom and noninstantiable class instead of interface constant idiom
2017-01-23 08:21:07 +02:00
leogtzr
c6d0d28557 Reverting initialization on demand holder idiom. 2017-01-22 11:06:57 -07:00
leogtzr
e26215578c Changing code to use interfaces instead of implementations. 2017-01-21 15:49:29 -07:00
leogtzr
d6fc28e120 Changing code to use interfaces instead of implementations. 2017-01-21 15:47:54 -07:00
Ilkka Seppälä
115a85301c #525 Add link to proxy blog 2017-01-21 13:37:16 +02:00
Ilkka Seppälä
29c5b80f19 #525 Add link to Queue-Based Load Leveling blog 2017-01-21 12:56:42 +02:00
Ilkka Seppälä
0c8bb1c22e Set version for next development iteration 2016-12-31 10:24:26 +02:00
Ilkka Seppälä
0c48695fa5 Achieved milestone 1.14.0 1.14.0 2016-12-31 10:23:32 +02:00
Ilkka Seppälä
8d34ccf827 Add link to Proxy presentation. 2016-12-26 20:16:30 +02:00
Ilkka Seppälä
512a5c0560 Merge branch 'proxy-presentation' 2016-12-26 20:08:41 +02:00
Ilkka Seppälä
9cf1918425 Add presentation for Proxy pattern. 2016-12-26 20:05:38 +02:00
Ilkka Seppälä
5e57cd03d1 Add some material for proxy presentation. 2016-12-26 19:43:46 +02:00
leogtzr
6292690250 Changing constant interface pattern with a Noninstantiable class 2016-12-24 14:49:41 -07:00
Ilkka Seppälä
ad93184a79 Merge pull request #530 from Valdar-Soft/master
Sonar quality bugfix and minor refactor
2016-12-24 12:36:11 +02:00
leogtzr
20b1c2bd49 Adding initialization on demand holder idiom. 2016-12-24 00:49:46 -07:00
Krisztián Nagy
95f2c19780 Sonar bug fixes using Yoda condition in equals expression when comparing String literal with String object.
Using try-with-resources if we use Scanner to close the underlying stream is a good practice to handle resources.
Minimal refactor.
2016-12-18 16:08:59 +01:00
Krisztián Nagy
120033b58b Sonar bug fixes using Yoda condition in equals expression when comparing String literal with String object.
Using try-with-resources if we use Scanner to close the underlying stream is a good practice to handle resources.
Minimal refactor.
2016-12-18 16:04:13 +01:00
Thomas
e210e4ed62 Add files via upload 2016-12-16 11:17:27 +01:00
Thomas
fb98da86c4 Add files via upload 2016-12-16 11:12:43 +01:00
Thomas
c8b3c773c7 Add files via upload 2016-12-16 09:43:16 +01:00
Thomas
61b1356976 Delete emptyfile 2016-12-16 09:42:46 +01:00
Thomas
487f9ddc80 Add files via upload 2016-12-16 09:42:08 +01:00
Thomas
9b7ce556e3 Create emptyfile 2016-12-16 09:35:19 +01:00
Thomas
e17cf27e5a upload pom.xml 2016-12-15 18:33:52 +01:00
Thomas
937a1e269d delete empty file 2016-12-15 18:32:13 +01:00
Thomas
803a97237c delete empty file 2016-12-15 18:31:53 +01:00
Thomas
e64f7faa3f upload junit test 2016-12-15 18:31:20 +01:00
Thomas
15d660b117 empty file to create folder 2016-12-15 18:30:22 +01:00
Thomas
544f7fb6d1 delete empty file 2016-12-15 18:28:02 +01:00
Thomas
c4eb198a8d Upload code files 2016-12-15 18:27:28 +01:00
Thomas
7067d1ae56 Create test 2016-12-15 18:24:03 +01:00
Thomas
d80edd1ed3 Create test 2016-12-15 18:08:12 +01:00
Thomas
aeefc11f25 Merge pull request #1 from iluwatar/master
Update my local repository
2016-12-14 08:52:22 +01:00
Ilkka Seppälä
c94c8a3e74 Merge pull request #512 from inbravo/master
Module pattern #62
2016-12-01 20:53:12 +02:00
Amit Dixit
5d8806858b Review comments++ 2016-12-01 16:29:35 +05:30
Ilkka Seppälä
efc2c887e9 Merge pull request #521 from Amarnath510/master
Issue #450. First commit. Queue Based Load Leveling
2016-11-28 19:04:31 +02:00
Chandana Amarnath
1d6d0c54a7 pom.xml Fixed Conflict 2016-11-28 20:33:45 +05:30
Chandana Amarnath
1387e2bc96 Fixed all the code changes after review 2016-11-28 20:13:18 +05:30