Search code examples
springeclipselinkjaxb2

from xml to objects and then to my database


i'm working on parsing xml documents and stroring the parsed elements into database therefore i'm using jaxb to unmarsh the xml and eclipseLink to map the result ( objects created from the xml ) into my dbase. But i dont know how to integrate this with Spring because i'have to do that.


Solution

  • The following links may help:

    EclipseLink JPA and Spring

    EclipseLink JAXB (MOXy) and Spring

    Mapping JPA Entities with EclipseLink JAXB (MOXy)