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.
The following links may help:
EclipseLink JPA and Spring
EclipseLink JAXB (MOXy) and Spring
Mapping JPA Entities with EclipseLink JAXB (MOXy)