----- Original Message -----
From: "Scott Sanders" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, April 16, 2001 7:54 PM
Subject: XML to Java Objects
> I am going to need to use something for CJAN to create Java Objects from
> XML.
>
> I watched this go around the list a while back, and several solutions
> were being talked about, including Digester from Struts, XmlMapper from
> Tomcat, Ant's way to do it, and also JOCL, I think.
>
What about the Sun Adelard project (java-XML mapping framework/API) ? Do you
guys know in what state it is in ? Is there going to be a XML-Java mapping
project on xml.apache.org ?
> So, the question is, which one should we start with? I have ported
> XmlMapper out of the Tomcat 3.2 code base, and know quite a bit about
> it, and even like it ;-) I heard that you guys might be moving on
> Digester, and I also looked at the Ant way over the weekend.
>
I have used Castor XML (castor.exolab.org) quite extensively and I liked it.
It is not from Apache.
> So, Craig, is Digester just an easier to use XmlMapper? Should I move it
> into the sandbox?
>
> Scott Sanders
Vincent