639 Commits

Author SHA1 Message Date
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
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
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
Ilkka Seppala
185f296a5b #189 Updated Naked Objects example with the code generated by the latest Apache Isis snapshot 2015-08-06 20:17:26 +03:00
Narendra Pathai
e2ee541fdc Migrate to container based infrastructure 2015-08-04 11:09:35 +05:30
Narendra Pathai
65d43df29a Migrate to container based infrastructure
Updated travis.yml to migrate build process from legacy infrastructure to container based infrastructure
2015-08-04 10:59:27 +05:30
Ilkka Seppälä
8e5b7a2ad7 Merge pull request #182 from npathai/master
PR for #180 change links to relative
2015-07-30 19:56:11 +03:00
Ilkka Seppälä
8e846c3e40 Merge pull request #177 from npathai/HalfSyncHalfAsync
Half sync half async
2015-07-30 19:39:36 +03:00
Narendra Pathai
fba92e281d Changed the absolute links in README to relative links for issue #180 2015-07-30 12:41:24 +05:30
Narendra Pathai
64ce1864b8 Merge branch 'HalfSyncHalfAsync' of https://github.com/npathai/java-design-patterns into HalfSyncHalfAsync 2015-07-30 11:03:07 +05:30
Narendra Pathai
960fac5ea0 Implemented half sync half async pattern #109 2015-07-30 11:01:10 +05:30
Narendra Pathai
b9b94f079d Updated pom to add half-sync-half-async module to parent pom 2015-07-30 10:53:23 +05:30
Narendra Pathai
91c8a0e7c5 Merge branch 'HalfSyncHalfAsync' of https://github.com/npathai/java-design-patterns into HalfSyncHalfAsync 2015-07-30 10:51:38 +05:30
Narendra Pathai
1a1e429eda Merge branch 'master' of https://github.com/iluwatar/java-design-patterns into HalfSyncHalfAsync 2015-07-30 10:50:00 +05:30
Narendra Pathai
5978bbee51 Added description of Half-Sync/Half-Async pattern 2015-07-30 10:48:17 +05:30