36 Commits

Author SHA1 Message Date
leogtzr
d6fc28e120 Changing code to use interfaces instead of implementations. 2017-01-21 15:47:54 -07:00
Ilkka Seppälä
faa29f8025 Update license headers 2016-11-27 14:34:20 +02:00
daniel-bryla
3091ff21b0 #502 Reduced amount of information logged 2016-11-17 09:54:10 +01:00
daniel-bryla
e138163c4f #502 Adjusted tests for logger introduction 2016-11-04 11:47:06 +01:00
daniel-bryla
0438811489 #502 Replaced usages of System.out with logger. 2016-10-23 19:59:03 +02:00
Mohammed Ezzat
046e131119 squid:UselessParenthesesCheck - Useless parentheses around expressions should be removed to prevent any misunderstanding 2016-02-23 20:57:55 +02:00
Mohammed Ezzat
50310aaeaf squid:S1699 - Constructors should only call non-overridable methods 2016-02-19 11:02:49 +02:00
Ilkka Seppälä
f08af14555 Merge pull request #364 from DevFactory/release/The-diamond-operator-should-be-used-fix-1
squid:S2293 - The diamond operator should be used
2016-02-01 22:26:43 +02:00
Mohammed Ezzat
409ff027b8 squid:S2293 - The diamond operator should be used 2016-01-29 07:33:34 +02:00
Joseph McCarthy
3d95696078 #358 Added license to all files using plugin 2016-01-27 22:20:42 +00:00
Ilkka Seppala
8b020837ea Checkstyle corrections 2015-12-29 21:34:27 +02:00
Ilkka Seppala
5f033be54f Fix PMD violations #327 2015-12-27 21:21:57 +02:00
Ilkka Seppala
30bc25b5bf Merge branch 'master' of https://github.com/fluxw42/java-design-patterns into fluxw42-master
Conflicts:
	monostate/src/main/java/com/iluwatar/monostate/LoadBalancer.java
2015-12-26 12:36:38 +02:00
Ilkka Seppala
cec9a99410 Adjust checkstyle rules. Make checkstyle fail the build when violations are found. Correct all current checkstyle violations. 2015-12-25 23:49:28 +02:00
Jeroen Meulemeester
5948a82cf2 Added tests for layers pattern 2015-12-19 21:44:50 +01:00
Ankur Kaushal
306b1f3d31 Reformat rest of the design patterns - Issue #224 2015-11-01 21:29:13 -05:00
Ilkka Seppala
48cb04f98a #107 JavaDoc improvements for Layers example 2015-08-19 22:03:03 +03:00
Ilkka Seppala
5295ad6c2f #107 Added missing test for Layers example 2015-08-19 22:00:36 +03:00
Ilkka Seppala
39e10d7502 #84 Added pattern description 2015-08-15 21:44:08 +03:00
Ilkka Seppala
61b1c426ef #84 Fix merge errors 2015-08-15 21:06:31 +03:00
Ilkka Seppala
072a885ec8 Merge branch 'master' into layers
Conflicts:
	layers/src/main/java/com/iluwatar/layers/App.java
	layers/src/main/java/com/iluwatar/layers/Cake.java
	layers/src/main/java/com/iluwatar/layers/CakeBakingException.java
	layers/src/main/java/com/iluwatar/layers/CakeBakingService.java
	layers/src/main/java/com/iluwatar/layers/CakeBakingServiceImpl.java
	layers/src/main/java/com/iluwatar/layers/CakeDao.java
	layers/src/main/java/com/iluwatar/layers/CakeInfo.java
	layers/src/main/java/com/iluwatar/layers/CakeLayer.java
	layers/src/main/java/com/iluwatar/layers/CakeLayerDao.java
	layers/src/main/java/com/iluwatar/layers/CakeLayerInfo.java
	layers/src/main/java/com/iluwatar/layers/CakeTopping.java
	layers/src/main/java/com/iluwatar/layers/CakeToppingDao.java
	layers/src/main/java/com/iluwatar/layers/CakeToppingInfo.java
	layers/src/main/resources/applicationContext.xml
2015-08-15 20:47:34 +03:00
Ilkka Seppala
db9a00ebb1 #84 Documented the Layers example 2015-08-15 19:27:53 +03:00
Ilkka Seppala
9aa831d688 #84 Example improvements. Instead of all toppings and all layers the
service returns available toppings and layers.
2015-08-15 18:35:16 +03:00
Ilkka Seppala
89cb234be9 #84 Added interface for view layer 2015-08-15 18:05:35 +03:00
Ilkka Seppala
84d14edc4a #84 Added view layer 2015-08-13 21:51:25 +03:00
Ilkka Seppala
2a46b69178 #84 Changed database name 2015-08-13 21:11:09 +03:00
Ilkka Seppala
ea524ee2c0 #84 Removed Layers stuff accidentally pushed to master 2015-08-13 20:48:29 +03:00
Ilkka Seppala
aa04e7c856 #84 More work on cake baking 2015-08-13 20:35:13 +03:00
Ilkka Seppala
913b4fa30c #84 Work on cake baking 2015-08-12 23:13:10 +03:00
Ilkka Seppala
2ca8ab09e0 #84 Started work on cake baking 2015-08-09 23:38:02 +03:00
Ilkka Seppala
981c5b31e1 #84 Added DTOs 2015-08-09 21:35:51 +03:00
Ilkka Seppala
8c48d9a972 #84 Work on Service Layer 2015-08-09 19:34:34 +03:00
Ilkka Seppala
6ed145c6ab #84 Added Repositories 2015-08-09 19:01:25 +03:00
Ilkka Seppala
a44f32a1e0 #84 Work on data layer 2015-08-09 15:00:32 +03:00
Ilkka Seppala
d1bc28bb22 #84 Utilize Repository layer from another example 2015-08-09 14:22:23 +03:00
Ilkka Seppala
1bcd822c58 #84 Skeleton for Layers architectural pattern 2015-08-09 14:00:27 +03:00