[jdom-interest] Is JDOM dying?
Malachi de AElfweald
malachi at tremerechantry.com
Fri Mar 14 23:19:35 PST 2003
One of the things I am liking about JAXB is that I can, in about 30
seconds,
produce an API that meets my XSD, and let's me completely seperate the XML
serialization from the actual application code. Realistically, this can be
done with JDOM as well -- but it requires much more self-written code to
handle
things like detaching from one parent to attach it to a different one --
instead
of just passing the Object around like the rest of Java.
Malachi
On Fri, 14 Mar 2003 10:37:19 -0500, Elliotte Rusty Harold
<elharo at metalab.unc.edu> wrote:
> At 10:22 AM -0500 3/14/03, Frank Sauer wrote:
>> Apparently, some people are doing exactly that;
>> they're picking JAXB over JDOM....
>>
>
> That's fine. You can't please all the people all the time, and trying to
> will just produce an API that pleases none of the people any of the time.
> Better to please some of the people all of the time. One API doesn't fit
> all, though I suspect in the case of JAXB, they will sooner or later
> discover the fundamental flaws in that API's design (which have nothing
> to do with namespaces, by the way.)
--
More information about the jdom-interest
mailing list