Re: [xml-dev] From Pox to Pojo

From
Robert Koberg <>
To
Andrew Welch <>
Date
2007-10-11T14:51:01Z
ID
<1192114261.6104.96.camel@dell9400>
Thread
Re: [xml-dev] From Pox to Pojo
Why do you need a pojo at all?

Why not just use the element in some form like dom4j, xom or jdom?

Or use mozilla's Rhino and make use of E4X.

best, 
-Rob


On Thu, 2007-10-11 at 15:46 +0100, Andrew Welch wrote:
> On 11/10/2007, Pete Cordell <> wrote:
> > One thing I did mean to mention is that, from what I have read, XMLBeans
> > alleges to take a slightly different approach to databinding from other
> > tools.  Unfortunately I can't remember what this is!
> 
> It can round trip documents, and can preserve mixed content ordering
> (or something like that, again I haven't given it enough time to do it
> justice).
> 
> > Also, have to tried JAXB?
> 
> I tried it several years ago, say 4 years ago and struggled with it.
> I can't remember why, but it could well have been writing the
> requisite schema, parts of which I now understand :)
> 
> Either way, I'm back to extending good old DefaultHandler, which was
> born from this list :)
> 
>