Пакет apache-commons-chain: Информация
Исходный пакет: apache-commons-chain
Версия: 1.2-alt1_17jpp8
Категория: Разработка/Java
Сообщить об ошибке в пакете
Версия: 1.2-alt1_17jpp8
Собран: 16 апреля 2018 г. 1:57
Сообщить об ошибке в пакете
Лицензия: 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)
apache-commons-chain (noarch)
apache-commons-chain-javadoc (noarch)
-
- /proc
- /proc
- mvn(commons-beanutils:commons-beanutils)
- mvn(commons-digester:commons-digester)
- mvn(commons-logging:commons-logging)
- mvn(javax.portlet:portlet-api)
- mvn(javax.servlet:javax.servlet-api)
- rpm-build-java
- mvn(junit:junit)
- mvn(org.jboss.spec.javax.faces:jboss-jsf-api_2.1_spec)
- mvn(org.apache.commons:commons-parent:pom:)
- maven-local
- jpackage-generic-compat
15 апреля 2018 г. Igor Vlasenko 1:1.2-alt1_17jpp8 |
- java update |
9 ноября 2017 г. Igor Vlasenko 1:1.2-alt1_16jpp8 |
- fc27 update |
22 октября 2017 г. Igor Vlasenko 1:1.2-alt1_15jpp8 |
- new jpp release |