> -----Original Message-----
> From: Andrew S Tomlinson [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, May 18, 2000 11:13 AM
>
> My perspective would be that any basic enterprise object
> (modelled as a
> Bean) should be inherently capable of representing itself as
> XML, maybe as
> some basic override of the serialization.  That way it can used in any
> application.

Check out Castor XML (its Open Source)
http://castor.exolab.org/xml-framework.html

"Castor XML is an XML databinding framework. Unlike the two main XML
APIs, DOM (Document Object Model) and SAX (Simple API for XML) which deal
with the structure of an XML document, Castor enables one to deal with
the data defined in an XML document through an object model [beans] which
represents that data."

It very easiliy converts (marshalls) any bean into a corresponding XML
representation, and vice-versa.

Sam

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to