Commit Graph
100 Commits
Author SHA1 Message Date
Ilkka Seppala 25a2fc756d #107 Flux example JavaDoc 2015-08-18 22:47:40 +03:00
Ilkka Seppala 1ec86b732a #107 Factory Method example JavaDoc 2015-08-18 22:44:58 +03:00
Ilkka Seppala 87717a581b #107 Facade example JavaDoc 2015-08-18 22:41:20 +03:00
Ilkka Seppala 527da253c9 #107 Execute Around example JavaDoc 2015-08-18 22:39:03 +03:00
Ilkka Seppala 0364b49870 #107 Event Aggregator example JavaDoc 2015-08-18 22:37:04 +03:00
Ilkka Seppala f2db01e546 #107 Double Dispatch example JavaDoc 2015-08-18 22:32:13 +03:00
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
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
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
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 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
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
Ilkka Seppälä f14bb28db8 Merge pull request #200 from npathai/master
Provided better navigation in README
2015-08-11 19:04:47 +03:00
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
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
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
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
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
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
Ilkka Seppälä 2aa9681b91 Merge pull request #178 from npathai/master
Changed improper description about double dispatch in FAQ section
2015-07-29 21:13:27 +03:00
Ilkka Seppälä 3adffb62da Update README.md 2015-07-27 21:00:30 +03:00
Ilkka Seppälä afd5612e17 Update README.md 2015-07-27 20:52:00 +03:00
Ilkka Seppala 3d488ec15a #108 Consistent package naming throughout the examples 2015-07-24 11:32:22 +03:00
Ilkka Seppala af92d8dde5 Reached milestone 1.5.0 2015-07-23 00:59:51 +03:00
Ilkka Seppala 18618dfbec #68 Added class diagram and referenced it from the README.md 2015-07-23 00:49:04 +03:00
Ilkka Seppala a8b7dd5a53 Merge branch 'trautonen-async-method-invocation' 2015-07-23 00:33:08 +03:00
Ilkka Seppala 4f0414a637 Merge branch 'async-method-invocation' of https://github.com/trautonen/java-design-patterns into trautonen-async-method-invocation
Conflicts:
	pom.xml
2015-07-23 00:32:07 +03:00
Ilkka Seppala 0fc009cba2 #89 Added book reference 2015-07-23 00:17:51 +03:00
Ilkka Seppala 869c578fe3 #89 Added Business Delegate pattern description to README.md 2015-07-23 00:16:32 +03:00
Ilkka Seppala e2af6dc229 #89 Added class diagram 2015-07-23 00:03:43 +03:00
Ilkka Seppala 642cf925c6 #89 Added comments to the example code 2015-07-23 00:01:39 +03:00
Ilkka Seppala 61573e9ef2 #89 Finished the example code 2015-07-22 23:20:28 +03:00
Ilkka Seppala 731f37723a #89 Skeleton for Business Delegate example 2015-07-22 21:04:38 +03:00
Ilkka Seppala d3642cc94c Milestone 1.4.0 achieved 2015-07-22 01:26:48 +03:00
Ilkka Seppala 6b11329ae0 #55 Added book reference 2015-07-22 01:17:42 +03:00
Ilkka Seppala 9040c8bec6 #55 Added Repository description to README.md 2015-07-22 01:15:30 +03:00
Ilkka Seppala a290c1af13 #55 Added class diagram 2015-07-22 01:00:20 +03:00
Ilkka Seppala 1c24f80f05 #55 Commented the Repository example code 2015-07-22 00:58:22 +03:00
Ilkka Seppala c6cf96b641 #55 Changed Hibernate to create-drop mode 2015-07-22 00:31:50 +03:00
Ilkka Seppala 918e489f9b #55 Clean up example dependencies 2015-07-22 00:18:15 +03:00
Ilkka Seppala 9b4db0a503 #55 H2 database taken to use in the example code 2015-07-21 23:23:36 +03:00
Ilkka Seppala 581ce4170e #55 Move spring-data dependency to parent & update version 2015-07-21 21:17:32 +03:00
Ilkka Seppala 936d4c0614 #55 Update Hibernate version 2015-07-21 21:11:33 +03:00
Ilkka Seppala b22d2ddf89 #55 Repository example skeleton 2015-07-21 21:11:22 +03:00
Ilkka Seppala cd07c5cf60 #55 Added skeleton for Repository example 2015-07-20 19:11:19 +03:00
Ilkka Seppala f7402b8c19 #104 Workaround to re-enable code coverage analysis 2015-07-20 17:13:21 +03:00
Ilkka Seppala 215af05853 Update Tolerant Reader class diagram. 2015-07-19 14:34:28 +03:00
Ilkka Seppala 4a002d9a88 Achieved milestone 1.3.0 2015-07-19 14:28:45 +03:00
Ilkka Seppala 1371f75e36 #90 Added book reference 2015-07-19 14:19:05 +03:00
Ilkka Seppala 3fc25a2102 #90 Added pattern description to README.md 2015-07-19 14:17:01 +03:00
Ilkka Seppala 600215599c #90 Added class diagram 2015-07-19 14:02:41 +03:00
Ilkka Seppala a9fa304690 #90 Added comments for the example code. 2015-07-19 13:54:07 +03:00
Ilkka Seppala c4556561c4 #90 Finished the example code 2015-07-19 12:44:51 +03:00
Ilkka Seppala 4ad5e84d0e #90 Skeleton for Front Controller example 2015-07-19 11:44:39 +03:00
Ilkka Seppala a0861c47e1 Reached milestone, set version to 1.2.0 2015-07-14 00:10:01 +03:00
Ilkka Seppala 7196b6d631 #91 Added README 2015-07-13 23:49:01 +03:00
Ilkka Seppala fb8ca3cd88 #91 Added real world example 2015-07-13 23:45:58 +03:00
Ilkka Seppala 6dc1b82638 #91 Added class diagram 2015-07-13 23:40:48 +03:00
Ilkka Seppala 0f739b0a83 #91 README.md changes 2015-07-13 23:30:25 +03:00
Ilkka Seppala e6cae6dcbd #91 Changed version numbers and removed artifact names 2015-07-13 21:16:43 +03:00
Ilkka Seppala 833b5883d4 #91 Eclipse fix for generated project 2015-07-13 15:22:28 +03:00
Ilkka Seppala 5337ecdc35 #91 Added skeleton for naked-objects example using Apache Isis SimpleApp archetype 2015-07-13 15:19:16 +03:00
Ilkka Seppala aa491b2458 #98 Travis configuration for X Virtual Framebuffer 2015-07-12 15:16:05 +03:00