The latest hibernate documentaion indicates that there are facilities for XML/POJO importing/exporting. We noticed that the XMLDatabinder (found in Hibernate 2 and HIbernate 3 beta releases) has been removed from the HIbernate3 rc1. We are looking to import data from an XML file and persist it to our db through hibernate, as well as dumping our data out to xml. Very similar to the problem described here
http://www.jroller.com/comments/ara_e/W ... o_from_xml
which was the birth of ReverseXMLDatabinder
Are there plans to re join this or similar functionality in a future release? If not what strategy would you suggest in the abscence of XMLDatabinder/ReverseXMLDatabinder? Thanks.