Port details |
- jakarta-commons-chain API implementing Chain of Responsiblity design pattern
- 1.2 devel
=0 1.2Version of this port present on the latest quarterly branch.
- DEPRECATED: Depends on the expired devel/portlet-api
This port expired on: 2012-11-27
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2005-10-17 18:01:08
- Last Update: 2012-11-28 09:19:02
- SVN Revision: 307894
- Also Listed In: java
- License: AL2
- WWW:
- http://jakarta.apache.org/commons/chain/
- Description:
- Jakarta Commons Chain of Responsibility library.
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).
Given that command implementations are designed to conform with these
recommendations, it should be feasible to utilize the Chain of Responsibility
APIs in the "front controller" of a web application framework (such as Struts),
but also be able to use it in the business logic and persistence tiers to model
complex computational requirements via composition. In addition, separation of a
computation into discrete commands that operate on a general purpose context
allows easier creation of commands that are unit testable, because the impact of
executing a command can be directly measured by observing the corresponding
state changes in the context that is supplied.
WWW: http://jakarta.apache.org/commons/chain/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- jakarta-commons-chain>0:devel/jakarta-commons-chain
- No installation instructions:
- This port has been deleted.
- PKGNAME: jakarta-commons-chain
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- commons-beanutils.jar : java/jakarta-commons-beanutils
- commons-digester.jar : textproc/jakarta-commons-digester
- commons-logging.jar : java/jakarta-commons-logging
- myfaces.jar : www/myfaces
- portlet-api.jar : devel/portlet-api
- servlet-api.jar : www/servlet-api
- java : java/openjdk6
- ant : devel/apache-ant
- Runtime dependencies:
-
- commons-beanutils.jar : java/jakarta-commons-beanutils
- commons-digester.jar : textproc/jakarta-commons-digester
- commons-logging.jar : java/jakarta-commons-logging
- myfaces.jar : www/myfaces
- portlet-api.jar : devel/portlet-api
- servlet-api.jar : www/servlet-api
- java : java/openjdk6
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.2 28 Nov 2012 09:19:02 |
bapt |
2012-11-27 graphics/morpheus: Depends on the expired gtkglarea
2012-11-27 devel/jakarta-commons-chain: Depends on the expired devel/portlet-api
2012-11-27 math/p5-Math-LinearCombination: Depends on the expired p5-Class-Field
2012-11-26 x11/padkey: No more public distfiles
2012-11-26 japanese/gicq: No more public distfiles and development ceased
2012-11-26 www/momspider: No more public distfiles
2012-11-26 japanese/perl5: Recent perl supports correctly japanese, consider
using them
2012-11-26 sysutils/fuser: No more public distfiles
2012-11-26 textproc/ascii2pdf: No more public distfiles
Feature safe: yes |
1.2 27 Oct 2012 18:53:17 |
bapt |
Deprecate ports depending in devel/portlet-api
Feature safe: yes |
1.2 09 Jan 2012 15:41:08 |
tabthorpe |
- The proper acronym for Apache Software License 2 is really AL2
- Thanks to crees@ for generating the initial patch
PR: ports/163521
Submitted by: Pedro Giffuni <pfg apache.org>
Hat: portmgr
Exp run by: pav |
1.2 03 Jul 2011 06:09:29 |
wen |
- Update to 1.2
- Add LICENSE
PR: ports/158573
Submitted by: Pedro Giffuni <giffunip@tutopia.com> |
1.1_2 10 Jun 2011 13:25:59 |
bapt |
Maintainers have no more time for thoses ports, back to the pool
Approved by: maintainers (by mail) |
1.1_2 06 Jun 2008 13:21:59 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
1.1_1 01 Jun 2008 09:42:37 |
olgeni |
Large round of typo fixes in ports/devel (pkg-descr). |
1.1_1 27 Feb 2008 15:10:54 |
ehaupt |
Apache Commons project are no longer hosted under MASTER_SITES_APACHE
jakarta/commons subdirectory, they have been moved one directory up.
Introduce MASTER_SITE_APACHE_COMMONS_SOURCE and adjust 22 ports accordingly.
PR: 121041
Submitted by: Marcin Cieslak <saper@system.pl>
Approved by: portmgr (linimon) |
1.1_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
1.1 03 Jan 2007 23:11:39 |
itetcu |
Update devel/jakarta-commons-chain to latest upstream stable version 1.1
PR: 107334
Submitted by: Adam VanderHook (maintainer) |
1.0 22 Jan 2006 08:30:12 |
edwin |
SHA256ify
Approved by: krion@ |
1.0 17 Oct 2005 17:58:21 |
hq |
Jakarta Commons Chain of Responsiblity library.
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).
Given that command implementations are designed to conform with these
recommendations, it should be feasible to utilize the Chain of Responsibility
APIs in the "front controller" of a web application framework (such as Struts),
but also be able to use it in the business logic and persistence tiers to model
complex computational requirements via composition. In addition, separation of a
computation into discrete commands that operate on a general purpose context
allows easier creation of commands that are unit testable, because the impact of
executing a command can be directly measured by observing the corresponding
state changes in the context that is supplied.
WWW: http://jakarta.apache.org/commons/chain/
PR: 86800
Submitted by: Adam VanderHook <acidos@bandwidth-junkies.net> |