Package jakarta-commons-chain: Information

    Source package: jakarta-commons-chain
    Version: 1.1-alt1_1jpp1.7
    Build time:  Feb 19, 2008, 09:13 PM
    Category: Development/Java
    Report package bug
    License: Apache Software License 2.0
    Summary: Commons Chain
    Description: 
    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.
    Towards that end, the Chain API models a computation as a series
    of "commands" that can be combined into a "chain". The API for a
    command consists of a single method (execute()), which is passed
    a "context" parameter containing the dynamic state of the
    computation, and whose return value is a boolean that determines
    whether or not processing for the current chain has been completed
    (true), or whether processing should be delegated to the next
    command in the chain (false).

    List of rpms provided by this srpm:
    jakarta-commons-chain (noarch)
    jakarta-commons-chain-javadoc (noarch)
    jakarta-commons-chain-manual (noarch)

    Maintainer: Igor Vlasenko

    List of contributors:
    Igor Vlasenko


      1. ant >= 0:1.6
      2. /proc
      3. maven-plugin-changelog
      4. maven-plugin-changes
      5. maven-plugin-xdoc
      6. maven-plugins >= 0:1.1
      7. saxon
      8. saxon-scripts
      9. servletapi4
      10. struts
      11. myfaces
      12. portlet-1.0-api
      13. jakarta-commons-beanutils
      14. jakarta-commons-collections
      15. jakarta-commons-digester
      16. jakarta-commons-logging
      17. jpackage-1.4-compat
      18. jpackage-utils >= 0:1.7.2
      19. junit

    Last changed


    Feb. 13, 2008 Igor Vlasenko 0:1.1-alt1_1jpp1.7
    - new jpackege release
    Nov. 23, 2007 Igor Vlasenko 0:1.0-alt1_2jpp1.7
    - converted from JPackage by jppimport script