On Wed, Aug 08, 2001 at 11:30:39PM -0400, David Jencks wrote:
> At the risk of changing the subject ;-)
> There seem to be two xml-configuration parsing systems in use. The older
> stuff like for ejb-jar uses code that partially validates the xml while
> setting properties, whereas the rar deployer uses a reflection based scheme
> that pretty completely separates the xml structure from the property
> setting.  I like the reflection-based structure-independent way better,
> although I think it should only be used with a  dtd and xml parser
> validation-- although this should be done anyway imho.  Does anyone else
> have an opinion?

Well, I'm quite partial to the reflection-based technique :-)

It will run into problems with complicated data structures because it
pretty much just flattens the XML file into a series of setAttribute
calls.

Toby.

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to