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
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
Ilkka Seppälä
c18f72064f
Merge pull request #196 from mafagafogigante/mafagafogigante
...
Better capitalization in the readme.
2015-08-08 17:37:33 +03:00
Bernardo Sulzbach
2238369fc0
Better capitalization in the readme.
...
Also reworded some sentences and wrapped one or two huge lines I would need to
change anyway.
Closes #192
2015-08-08 10:27:50 -03:00
Ilkka Seppälä
3a0ee1fea5
Merge pull request #195 from mafagafogigante/mafagafogigante
...
Wrapping some parts of the README at 80 #192 .
2015-08-07 19:39:00 +03:00
Ilkka Seppälä
5ab7498e03
Merge pull request #193 from npathai/master
...
PR for #181 Migrate to container based infrastructure
2015-08-07 19:14:44 +03:00
Bernardo Sulzbach
e3f2da8544
Wrapping some parts of the README at 80.
...
Notes:
some lines had breaks at varying positions, fixed to 80.
this improves readability to me immensely
some stuff should not be wrapped and other parts are just hard to
wrap, so I am satisfied with this for now.
[ci skip]
2015-08-07 10:31:53 -03:00
Dmitriy Zarubin
f52d7d3dbc
#111 Implementation of Step Builder pattern
2015-08-07 16:17:47 +03:00
Narendra Pathai
9825687e62
#181 migration to container based infrastrucure
2015-08-07 12:58:30 +05:30
Narendra Pathai
2502ac2732
Merge branch 'master' of https://github.com/iluwatar/java-design-patterns
2015-08-07 11:40:28 +05:30
Narendra Pathai
add65b330a
Merge branch 'master' of https://github.com/npathai/java-design-patterns
2015-08-07 11:40:09 +05:30
Ilkka Seppälä
3dc6b81962
Merge pull request #191 from mafagafogigante/readme-check
...
Fixed several typos in the README.
2015-08-07 08:23:10 +03:00
Bernardo Sulzbach
8a4911a4eb
Fixed several typos in the README.
2015-08-06 20:05:32 -03:00