[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]
Re: [xml-dev] From Pox to Pojo
- From: "Andrew Welch" <andrew.j.welch@gmail.com>
- To: rob@koberg.com
- Date: Thu, 11 Oct 2007 16:07:36 +0100
On 11/10/2007, Robert Koberg <rob@koberg.com> 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/
[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]