I am working on a project involving an XML stream and converting that data to persisted data in my Database. So far I have gotten to the point where I can consume my webservice, I generated some JAXB POJO's and have gotten unmarshaling of the XML stream started.
I am trying to figure out if there is a way to go right from XML to entities.
I know I can design my new database, generate some entities and then unmarshl the XML to the generated POJO's, then move the POJO data to entities and persist that. But that sounds pretty ridiculous. Anyone give me a hint where to look, I have not found anything googling the problem. I am using Netbeans 6.9.