3166 Commits

Author SHA1 Message Date
Ilkka Seppala
57e702db4f #107 Double Checked Locking example JavaDoc 2015-08-18 22:29:35 +03:00
Ilkka Seppala
e71f2279f0 #107 Dependency Injection example JavaDoc 2015-08-18 22:17:16 +03:00
Ilkka Seppala
10a911be54 #107 Decorator example JavaDoc 2015-08-18 22:10:57 +03:00
Ilkka Seppala
3526d96e37 #107 Dao example JavaDoc 2015-08-18 22:08:18 +03:00
Ilkka Seppala
a7d25e0485 #107 Composite example JavaDoc 2015-08-18 22:03:41 +03:00
Ilkka Seppala
98abe5b5b6 #107 Improvements for Command example JavaDocs 2015-08-18 22:01:08 +03:00
Ilkka Seppala
fa0acb4366 #107 Chain example JavaDoc improvements 2015-08-18 21:55:25 +03:00
Ilkka Seppala
b3b6479f6f #107 Callback JavaDoc improvements 2015-08-18 21:51:04 +03:00
Ilkka Seppala
a0283d60f1 #107 Business Delegate JavaDoc improvements 2015-08-18 21:40:11 +03:00
Ilkka Seppala
81dda94abd #107 JavaDoc improvements for the Builder example 2015-08-18 21:37:07 +03:00
Ilkka Seppala
1dc2d8d0c7 #107 JavaDoc improvements 2015-08-18 21:28:23 +03:00
Ilkka Seppala
7d2e9fa1b4 #107 JavaDoc improvements and minor fixes to Bridge example 2015-08-18 21:25:47 +03:00
Ilkka Seppala
8d62156683 #107 JavaDoc improvements for Async Method Invocation example 2015-08-18 21:11:39 +03:00
Ilkka Seppala
ef6a34ef74 #107 JavaDoc improvements for the Adapter example 2015-08-17 23:11:15 +03:00
Ilkka Seppala
fd85a2f848 #107 JavaDoc improvements for Abstract Factory example 2015-08-17 23:06:44 +03:00
Ilkka Seppala
0d2df99013 #216 Improve naming in Repository example 2015-08-17 18:34:17 +03:00
Narendra Pathai
adbb4ac4de Added categories to all patterns for website 2015-08-16 17:07:36 +05:30
Narendra Pathai
c672fd6ebe Added pattern category to adapter pattern 2015-08-16 13:09:16 +05:30
Ilkka Seppala
c438f59c60 Update Travis configuration to build all branches 2015-08-16 10:00:17 +03:00
Ilkka Seppala
69fdf6858f Merge branch 'layers' 2015-08-15 23:42:42 +03:00
Markus
86b85623f3 Updated 'How to Contribute' Instructions 2015-08-15 20:50:03 +02: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
2bf00fba70 #84 Added class diagram 2015-08-15 20:30:54 +03:00
Ilkka Seppala
db9a00ebb1 #84 Documented the Layers example 2015-08-15 19:27:53 +03:00
Markus
fdb9be1e76 Work towards #56: Add permalink to every pattern
This makes cleaner URLs thanks to jekyll
2015-08-15 18:03:05 +02: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
Markus
fbb12b53ba Work towards #56: Splitting up the README
I did the job and splitted up the readme, hopefully everything was
splitted correctly...
2015-08-13 23:54:40 +02: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
8f5b1b0ed3 Merge branch 'master' of https://github.com/iluwatar/java-design-patterns 2015-08-12 20:47:15 +03:00
Ilkka Seppälä
d7ac32ef01 Merge pull request #204 from npathai/HalfSyncHalfAsync
Added reference to POSA and white paper of pattern in README
2015-08-12 16:40:04 +03:00
Narendra Pathai
9ca69c72a3 Added reference to POSA and white paper of pattern in README 2015-08-12 11:33:49 +05:30
Ilkka Seppälä
76fe68f591 Merge pull request #202 from gitter-badger/gitter-badge
#185 Add a Gitter chat badge to README.md
2015-08-11 22:40:53 +03:00
The Gitter Badger
5ecb6ce152 Added Gitter badge 2015-08-11 19:33:28 +00:00
Ilkka Seppälä
f14bb28db8 Merge pull request #200 from npathai/master
Provided better navigation in README
2015-08-11 19:04:47 +03:00
Narendra Pathai
5d8ff14ffc Fixup 2015-08-11 12:16:51 +05:30
Narendra Pathai
8e1d0a642e Added go to top links in various sections 2015-08-11 12:10:58 +05:30
Narendra Pathai
41ab86763e Updated README for better navigational summary
Links to various important sections of README is provided at the top so that it becomes easily navigable.
2015-08-11 11:58:02 +05:30
Ilkka Seppala
67a99ec3c2 Merge branch 'master' of https://github.com/iluwatar/java-design-patterns
Conflicts:
	pom.xml
2015-08-10 21:26:43 +03:00
Ilkka Seppälä
a95bd31b8a Merge pull request #194 from dmitz/step-builder
#111 Implementation of Step Builder pattern
2015-08-10 21:21:45 +03:00
Dmitriy Zarubin
0beb19426c Minor fixes in Step Builder 2015-08-10 10:20:13 +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