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

    Исходный пакет: apache-commons-chain
    Версия: 1.3-alt1_0.r831527.5jpp6
    Собран:  23 февраля 2011 г. 21:06
    Категория: Разработка/Java
    Сообщить об ошибке в пакете
    Домашняя страница: http://commons.apache.org/chain/

    Лицензия: ASL 2.0
    О пакете: Apache Commons Chain
    Описание: 
    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).

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

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

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

    Права:
    Igor Vlasenko
    @everybody

      1. ant >= 0:1.7
      2. apache-commons-beanutils
      3. apache-commons-collections
      4. apache-commons-digester
      5. apache-commons-parent >= 0:12
      6. /proc
      7. maven-surefire-maven-plugin
      8. maven-surefire-provider-junit
      9. maven2 >= 0:2.0.8
      10. maven2-default-skin
      11. maven2-plugin-antrun
      12. maven2-plugin-assembly
      13. maven2-plugin-checkstyle
      14. maven2-plugin-compiler
      15. maven2-plugin-idea
      16. maven2-plugin-install
      17. maven2-plugin-jar
      18. maven2-plugin-javadoc
      19. maven2-plugin-resources
      20. mojo-maven2-plugin-clirr
      21. mojo-maven2-plugin-jdepend
      22. mojo-maven2-plugin-rat
      23. portlet_1_0_api
      24. myfaces-core11-api
      25. servlet_2_4_api
      26. clirr
      27. struts
      28. fonts-ttf-liberation
      29. velocity14
      30. jakarta-commons-logging
      31. jpackage-compat
      32. jpackage-utils >= 0:1.7.5
      33. jstl
      34. junit

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


    23 февраля 2011 г. Igor Vlasenko 0:1.3-alt1_0.r831527.5jpp6
    - new version