2

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,312
  • 8
  • 9
Viliam
  • 300
  • 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
  • 300
  • 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
  • 21,611
  • 40
  • 152
  • 243