> The digester is bi-directional, and can create a JavaBean from XML, or
> XML from a JavaBean. The RSS digester is a good example. 
> 
> http://jakarta.apache.org/commons/digester/commons-digester-1.
> 1.1/docs/api/org/apache/commons/digester/rss/RSSDigester.html
> 
> This approach could be used to store user profiles, but I'm 
> not aware of
> a published implementation. 

I have been experimenting with Castor (castor.exolab.org),
an open source data binding framework for Java.

It's rather nice, but one thing it can't, yet, do too
well is xml mapping into hashtables, sets or maps.

JavaBeans it can do very nicely.

                                -TPP

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to