On Fri, 10 Dec 2004 09:30:49 -0800, Craig McClanahan <[EMAIL PROTECTED]> wrote:
> * I want to be able to define "alias" elements for commands that are used
>   a lot, so I don't have to specify the FQCN on every one of them.  For 
> example,
>   the following element (from the unit tests):
>     <define name="adding-command"
>       className="org.apache.commons.chain.impl.AddingCommand"/>
> 
>   means I can use the following:
>     <adding-command .../>
> 
>   instead of the more verbose:
>     <command className="org.apache.commons.chain.impl.AddingCommand" .../>
> 
>   every time I want to use that particular command.

WOW.

This rule will be NICE to play with.  I haven't checked yet, but I'm
assuming this rule isn't part of Digester (heck, Hubert, that's why he
said "custom").  If so, maybe it's something that can be added to the
core, or (if it needs to be customized per use) even just in a
Digester example app.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to