...
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="864c3672fbb8974e-2760b975-4db0492b-ad6bbc29-97391df69e0818434e41ca36"><ac:plain-text-body><![CDATA[ | http://jakarta.apache.org/commons/chain/images/chain-logo-white.png | [http://jakarta.apache.org/commons/chain/ Commons-chain] A popular technique for organizing the execution of complex processing flows is the "Chain of Responsibility" pattern, as described (among many other places) in the classic "Gang of Four" design patterns book. Although the fundamental API contracts required to implement this design patten are extremely simple, it is useful to have a base API that facilitates using the pattern, and (more importantly) encouraging composition of command implementations from multiple diverse sources.]]></ac:plain-text-body></ac:structured-macro> |
...
Wiki Markup |
---|
The text based MMORPG Novamyth uses Chain. Some basic examples of using Chain can be found at the \[http://novamyth.com/blog/static.php?page=static041231-190158 Novamyth website\]. |
FAQ
How can I use commons-chain with the Spring Framework?
See CommonsChainAndSpringFramework.
Add your questions/answers here. |