Re: [xml-dev] From Pox to Pojo

From
Andrew Welch <>
To
Date
2007-10-11T15:07:36Z
ID
<>
Thread
Re: [xml-dev] From Pox to Pojo
On 11/10/2007, Robert Koberg <> wrote:
> Why do you need a pojo at all?
>
> Why not just use the element in some form like dom4j, xom or jdom?

To separate the logic layer from the data layer.  You don't want
really want xml interfaces in amongst your business rules (sorry I
really hate that term, but don't know a more appropriate one)

The pojo shields your code from and changes in the structure of the
XML (you'd just need to modify your parser to reflect the changes in
the XML)

Not sure how else to do it?


-- 
Andrew Welch
http://andrewjwelch.com
Kernow: http://kernowforsaxon.sf.net/