On 12/18/05, Rahul Akolkar <[EMAIL PROTECTED]> wrote:

> I'm not aware of one. Some thoughts that may help, based on my understanding:
>
>  * A <catalog> element (usually the root) can contain any number of commands.
>  * A command may be represented by a single <command> element or a
> <chain> element
>  * A <chain> element can contain multiple <command> elements, which
> get executed in order

Any thoughts on the use of <catalog> as the root element vs. <chains>
as shown in the cookbook examples?

Using <catalog> puts the commands into the default catalog which is
retrieved with CatalogFactory.getInstance().getCatalog().

Using <chains> seems to do something else.  I haven't figured out if
the commands are going somewhere else, if the config file just isn't
being parsed, (or if I'm imagining it.)

Thanks,
--
Wendy

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

Reply via email to