[xml-dev] JDOM vs. JAXP/Xerces for XML document creation
by =?iso-8859-1?q?Glen=20Mazza?= other posts by this author
Jul 15 2002 3:37PM messages near this date
Re: [xml-dev] The general XML processing problem
|
RE: [xml-dev] loosely and tightly coupled systems and type annota
tion
Question: Very common scenario, I would like to
create a (fairly simple and repetitive) XML document
using information from a relational database. In the
past, I created the document manually in Java: text
elements and attributes, beginning and ending tags,
etc., all explicitly printed out to a file.
I'd like a more professional/maintainable way of doing
this: I can learn the DOM API functions within
JAXP--but an article I just read appears to recommend
JDOM:
http://www-106.ibm.com/developerworks/java/library/j-jdom/?open&l=136,t=grx,p=jdom
Question: I haven't used JAXP before--is it
cumbersome to the degree that I should be using a
wrapper like JDOM instead, or is the latter mostly a
"crutch" I should avoid while concentrating on
learning JAXP instead? What are most using today?
Thanks,
Glen
_________________________________________________________
Do You Yahoo!?
Información de Estados Unidos y América Latina, en Yahoo! Noticias.
Visítanos en http://noticias.espanol.yahoo.com
-----------------------------------------------------------------
The xml-dev list is sponsored by XML.org <http://www.xml.org> , an
initiative of OASIS <http://www.oasis-open.org>
The list archives are at http://lists.xml.org/archives/xml-dev/
To subscribe or unsubscribe from this list use the subscription
manager: <http://lists.xml.org/ob/adm.pl>
|