3

I'm looking for an nonRelational DB implementation (objectDB, or XMLDB) Could somebody recommend some working/tested sollution, how store objects/XMLdata in a DB?

ObjectDB
  • 1,294
  • 7
  • 8
Viliam
  • 210
  • 5
  • 11

2 Answers2

0

I recieved additional info, that spring roo stores JDO by itself, using datastore/datanucleus, and no other DB is required.

or 2nd option -> MongoDB + Morphia or 3rd option -> www.db4o.com

Viliam
  • 210
  • 5
  • 11
0

For xml documents persistence as a primary requirement, the best option is to use native XML database like Exist. It is using Hierarchical data model afaik and xml document persistence is really simple with it.

lisak
  • 20,109
  • 39
  • 146
  • 236