[jdom-interest] My use of JDOM
Iván Martel
ivan at omada.tv
Wed Oct 20 16:37:26 PDT 2004
Congratulations for your new version 1.
I have been using JDOM for Web development for over
a year (6 proyects) and it has been used suceedingly
To load configurations files
As a poor-man SOAP client. Great you've got namespaces
support.
As a poor-man XMLDB. To integrate various Elements in a caching system
and perform rapid XPath searchs, and cached XSLT transformation of
those results to obtain great (<1ms) performance.
To generate XML from a database query...
JDOMSource(List) is a life-saver allowing multiple threads
to share Elements in a transformation.
You are making XML usable.
But,
¿Whats the use of parent in Conent/Parent? ¿WHy
should a Conent know who's its parent?
Iván
More information about the jdom-interest
mailing list