Craig,

I'm new to digester and will be poking around. Does the ruleset for chain
handle collections as well? I'd like to popualte a member
java.util.ListUsers with something like ...

<command ...>
<users>
<user>me</user>
<user>you</user>
</users>
</command>

Thanks,
Cass


On 11/8/05, Craig McClanahan <[EMAIL PROTECTED]> wrote:
>
> On 11/8/05, Ramaswamy, Muthu <[EMAIL PROTECTED]> wrote:
> >
> > Hi All-
> >
> > I believe one can define (settable) parameters in the Catalog file for
> > each command. Is it true?
>
>
> Yes.
>
> If yes, where I can find the proper syntax to define the parameters. Any
> > sample file/segment would help.
>
>
> Commons Chain uses Commons Digester to parse the configuration file, and
> tries to match (nearly) all attributes you specify on a <command> element
> to
> a corresponding property on the implementation class. So, if you have a
> Command class "mypackage.Foo" that has properties "bar" and "baz", you can
> configure them like this:
>
> <command className="mypackage.Foo" bar="bar value" baz="baz value"/>
>
> Craig
>
>
>
> Thanks.
> >
> > -Muthu Ramaswamy
> >
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
>

Reply via email to