Package apache-commons-chain: Information

    Source package: apache-commons-chain
    Version: 1.2-alt1_3jpp7
    Build time:  Mar 22, 2013, 11:13 AM
    Category: Development/Java
    Report package bug
    License: ASL 2.0
    Summary: An implementation of the GoF Chain of Responsibility pattern
    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 pattern 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:
    apache-commons-chain (noarch)
    apache-commons-chain-javadoc (noarch)

    Maintainer: Igor Vlasenko

    List of contributors:
    Igor Vlasenko

    ACL:
    Igor Vlasenko
    @everybody

      1. apache-commons-beanutils
      2. apache-commons-digester
      3. apache-commons-logging
      4. /proc
      5. maven
      6. maven-antrun-plugin
      7. maven-compiler-plugin
      8. maven-install-plugin
      9. portlet-2.0-api
      10. maven-jar-plugin
      11. maven-javadoc-plugin
      12. maven-plugin-bundle
      13. maven-resources-plugin
      14. maven-site-plugin
      15. maven-surefire-plugin
      16. rpm-build-java
      17. tomcat-servlet-3.0-api
      18. jboss-jsf-2.1-api
      19. jpackage-compat
      20. jpackage-utils
      21. junit

    Last changed


    March 17, 2013 Igor Vlasenko 1:1.2-alt1_3jpp7
    - fc update
    Sept. 4, 2012 Igor Vlasenko 0:1.3-alt3_0.r831527.5jpp6
    - build w/o maven-plugin-rat
    March 20, 2012 Igor Vlasenko 0:1.3-alt2_0.r831527.5jpp6
    - fixed build with maven3