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

    Исходный пакет: apache-commons-chain
    Версия: 1.2-alt2_22jpp11
    Собран:  5 июня 2021 г. 15:39 в задании #273693
    Категория: Разработка/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

      1. /proc
      2. /proc
      3. maven-local
      4. mvn(commons-beanutils:commons-beanutils)
      5. mvn(commons-digester:commons-digester)
      6. mvn(commons-logging:commons-logging)
      7. mvn(javax.portlet:portlet-api)
      8. mvn(javax.servlet:javax.servlet-api:3.1.0)
      9. mvn(junit:junit)
      10. mvn(org.apache.commons:commons-parent:pom:)
      11. mvn(org.jboss.spec.javax.faces:jboss-jsf-api_2.1_spec)
      12. jpackage-11-compat
      13. rpm-build-java

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


    5 июня 2021 г. Igor Vlasenko 1:1.2-alt2_22jpp11
    - fixed build
    29 апреля 2021 г. Igor Vlasenko 1:1.2-alt1_22jpp11
    - update
    25 мая 2019 г. Igor Vlasenko 1:1.2-alt1_19jpp8
    - new version