Package apache-commons-chain: Information

    Source package: apache-commons-chain
    Version: 1.2-alt1_12jpp8
    Build time:  Feb 5, 2016, 02:57 AM in the task #157737
    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

      1. maven-local
      2. /proc
      3. mvn(commons-beanutils:commons-beanutils)
      4. mvn(commons-digester:commons-digester)
      5. mvn(commons-logging:commons-logging)
      6. mvn(javax.portlet:portlet-api)
      7. mvn(javax.servlet:javax.servlet-api)
      8. mvn(junit:junit)
      9. mvn(org.apache.commons:commons-parent:pom:)
      10. mvn(org.apache.felix:maven-bundle-plugin)
      11. mvn(org.apache.maven.plugins:maven-antrun-plugin)
      12. mvn(org.apache.maven.plugins:maven-remote-resources-plugin)
      13. mvn(org.apache.maven.plugins:maven-site-plugin)
      14. mvn(org.codehaus.mojo:buildnumber-maven-plugin)
      15. mvn(org.jboss.spec.javax.faces:jboss-jsf-api_2.1_spec)
      16. jpackage-generic-compat

    Last changed


    Feb. 4, 2016 Igor Vlasenko 1:1.2-alt1_12jpp8
    - java 8 mass update
    Sept. 8, 2014 Igor Vlasenko 1:1.2-alt1_8jpp7
    - new release
    July 28, 2014 Igor Vlasenko 1:1.2-alt1_6jpp7
    - new release