Peter Donald wrote:
Hmm, that forced the comp writer to have some way of constructing an tree of Configuration objects themselves. I'd guess getting it right is a high art and buckets of code. Though there are good points raised about reliance on Xpath and it's implicit underlying XML document, I think it's a simple think for component writers to use.I was thinking about something as simple as current setup.
ie
vois storeConfiguration( String application, String block, Configuration config );
<aside short="Crossed the same bridge with Jesktop">
I'm mentioning it becuase Jesktop now has Configlets - e.g. BackdropConfigket being one such publisher of XML. The subscriber to the backdrop config (XML) is the WindowManager. The publisher makes changes as it's visible in ControlPanel and the changes are forwarded on to the WindowManager for acting upon. For Configlets writing xml is pain. So much so that I also created Configlets that deal in serialized objects. I was toying with Dom4JConfiglet but that raised license issues.
</aside>
Regards,
- Paul H
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
