| Author |
XML - DB mapping
|
Greg Brzezinski
Greenhorn
Joined: Jun 15, 2003
Posts: 4
|
|
In my current project I must implement a mapping between a DB and XML documents. What tools or frameworks do you suggest for this problem? XML documents must be saved and created to/from the DB. The XML elements are NOT allways directly mapped to a table, so there must be some conversion supported. Thanks Greg
|
[SCJP, SCJD]
|
 |
Lasse Koskela
author
Sheriff
Joined: Jan 23, 2002
Posts: 11962
|
|
|
Would it be possible to use an existing object-relational tool/framework such as Hibernate or Castor JDO?
|
Author of Test Driven (2007) and Effective Unit Testing (2013) [Blog] [HowToAskQuestionsOnJavaRanch]
|
 |
 |
|
|
subject: XML - DB mapping
|
|
|