Пакет apache-commons-chain: Информация

    Исходный пакет: apache-commons-chain
    Версия: 1.2-alt1_3jpp7
    Собран:  22 марта 2013 г. 11:13
    Категория: Разработка/Java
    Сообщить об ошибке в пакете
    Домашняя страница: http://commons.apache.org/chain/

    Лицензия: ASL 2.0
    О пакете: An implementation of the GoF Chain of Responsibility pattern
    Описание: 
    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).

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    apache-commons-chain (noarch)
    apache-commons-chain-javadoc (noarch)

    Сопровождающий: Igor Vlasenko

    Список участников:
    Igor Vlasenko

    Права:
    Igor Vlasenko
    @everybody

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

    Последнее изменение


    17 марта 2013 г. Igor Vlasenko 1:1.2-alt1_3jpp7
    - fc update
    4 сентября 2012 г. Igor Vlasenko 0:1.3-alt3_0.r831527.5jpp6
    - build w/o maven-plugin-rat
    20 марта 2012 г. Igor Vlasenko 0:1.3-alt2_0.r831527.5jpp6
    - fixed build with maven3