Commit Graph

479 Commits

Author SHA1 Message Date
a95bd31b8a Merge pull request #194 from dmitz/step-builder
#111 Implementation of Step Builder pattern
2015-08-10 21:21:45 +03:00
0beb19426c Minor fixes in Step Builder 2015-08-10 10:20:13 +03:00
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
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
f52d7d3dbc #111 Implementation of Step Builder pattern 2015-08-07 16:17:47 +03:00
8a4911a4eb Fixed several typos in the README. 2015-08-06 20:05:32 -03:00
8e5b7a2ad7 Merge pull request #182 from npathai/master
PR for #180 change links to relative
2015-07-30 19:56:11 +03:00
fba92e281d Changed the absolute links in README to relative links for issue #180 2015-07-30 12:41:24 +05:30
960fac5ea0 Implemented half sync half async pattern #109 2015-07-30 11:01:10 +05:30
88c2e7dacd Changed improper description about double dispatch in FAQ section 2015-07-29 16:50:36 +05:30
3adffb62da Update README.md 2015-07-27 21:00:30 +03:00
afd5612e17 Update README.md 2015-07-27 20:52:00 +03:00
18618dfbec #68 Added class diagram and referenced it from the README.md 2015-07-23 00:49:04 +03:00
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
0fc009cba2 #89 Added book reference 2015-07-23 00:17:51 +03:00
869c578fe3 #89 Added Business Delegate pattern description to README.md 2015-07-23 00:16:32 +03:00
6fbac15e64 #68: Documented async method invocation. 2015-07-22 23:36:59 +03:00
6b11329ae0 #55 Added book reference 2015-07-22 01:17:42 +03:00
9040c8bec6 #55 Added Repository description to README.md 2015-07-22 01:15:30 +03:00
1371f75e36 #90 Added book reference 2015-07-19 14:19:05 +03:00
3fc25a2102 #90 Added pattern description to README.md 2015-07-19 14:17:01 +03:00
fb8ca3cd88 #91 Added real world example 2015-07-13 23:45:58 +03:00
0f739b0a83 #91 README.md changes 2015-07-13 23:30:25 +03:00
db6ec3cc1a #95 Updated and clarified Command pattern example 2015-06-30 17:52:53 +03:00
cf66a44e9b #60 Add coverity badge 2015-06-29 22:19:10 +03:00
343a3992b7 #59 Add coveralls.io badge 2015-06-28 22:27:32 +03:00
fa93d542e7 #94 Remove Calendar#getInstance from the real world examples of Factory Method 2015-06-28 20:35:21 +03:00
f103ce965e #92 Added semantic versioning description to README.md 2015-06-24 20:18:05 +03:00
5738a32090 Added to FAQ the difference between Flyweight and Object Pool 2015-06-23 22:42:16 +03:00
fbb22d56cc Fixed caps 2015-06-17 23:56:33 +03:00
3bcdfce8ea Added real life example for Poison Pill 2015-06-17 23:49:28 +03:00
2a9de6abcc Corrections to README.md class diagram paths. 2015-05-31 13:12:43 +03:00
703ebd3e20 Improved encapsulation of the Memento pattern by moving the
StarMementoInternal class to inner class of Star.
2015-05-30 12:54:56 +03:00
72bc96f81b Added to FAQ: "What is the difference between Visitor and Double Dispatch patterns?" 2015-05-26 22:42:21 +03:00
955c88e336 Added description of Dependency Injection pattern in README.md. 2015-05-25 19:29:24 +03:00
190894936f Added Object Pool description to README.md. 2015-05-24 22:39:33 +03:00
12e9efc8b4 Moved Private Class Data under Idioms category. 2015-05-24 12:53:16 +03:00
ed074b7881 Added Private Class Data pattern description to README.md. 2015-05-23 16:41:10 +03:00
b87918050c Added Thread Pool description. 2015-05-17 22:04:07 +03:00
c1b09cbf61 Updated README.md with Resource Acquisition Is Initialization pattern. 2015-05-16 22:23:45 +03:00
70e95e5d7c Updated README.md with Multiton pattern description. 2015-05-16 00:35:32 +03:00
dfb56e531f Added real world example for Proxy 2015-05-14 23:40:57 +03:00
1c2105dd6e Added real world example for Chain 2015-05-14 23:30:05 +03:00
0a1acc630a Update README.md 2015-05-13 00:16:45 +03:00
fcccc71ac7 Added Double Dispatch pattern to README.md. 2015-05-09 19:51:33 +03:00
7b97655744 Added Flux source reference. 2015-05-03 23:58:23 +03:00
c5c75550f8 Added MVC source reference to README.md. 2015-05-03 23:56:07 +03:00
a542713455 Update README.md with Flux pattern. 2015-05-03 23:44:22 +03:00
a6b1892d4d Update README.md with MVC description. 2015-05-03 00:00:43 +03:00
2cdc0e9872 Credits to Mr. Fowler. 2015-04-29 22:43:15 +03:00