Importing XML data to a RDBMS
No. 20
Reading XML, write using JPA
Q: |
Read the given XML data example using JAXB and persist the corresponding objects to a RDBMS. This requires the following steps:
Hint: The Maven archetype standalone-jpa-eclipselink-archetype may help getting started with JPA configuration issues. You may want to add http://repo1.maven.org/maven2/archetype-catalog.xml to your list of archetype repositories. |
A: |
|