> 
> In general, I think that xml based properties files work better in the 
> long run rather than "traditional" *.properties files.  The hierarchical 
> nature of the xml file is definitely a plus.  The drawback is it can be 
> more difficult to access and set properties.  Perhaps the 
> DOMConfigurator code can help make this just as easy to program?

Yes, I have to agree with you there, I am a big fan of XML, maybe you
are correct.  Properties stuff is dead easy out of the box however.

At the end of the day I have to create a text file (.properties or
.xml), is there anything within the Joran package to help with the
_creating_ of the XML? (Something like Betwixt but I would rather not
have another dep.)  Joran should be able to do the reading/parsing, I
just need an XML object formatter for the output.

Any thoughts?

Paul


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

Reply via email to