(i'm assuming that the digester team missing it the first time that i
posted this since i haven't had any feedback.)
On Sunday, July 29, 2001, at 07:02 PM, Scott Sanders wrote:
> Bring it on!
the ObjectCreateRule requires an empty constructor. if you're using
digester with an existing object method this might mean having to rewrite
existing beans in ways that you might prefer not to. these classes work
like ObjectCreateRule but call a factory method passing the attributes so
that they can be used (for example in a call to a constructor or to a
factory method).
- robert
FactoryCreateRule.java
ObjectCreationFactory.java