Saturday, 27 December 2014

JAVA Relational Database model using only XML?



I am looking to convert a JAVA desktop application currently storing data in serialized objects within text files into a JAVA app which stores its data inside an XML relational database model similar to the excellent XML storage model of Composite C1.


Search as I have, other than Sqlite,netbeans and Derby DB - I can't seem to find a purely XML database model which would make my packaging the db, speed, size of project much more in line with my goals.


Can anybody share a link or story of a pure XML data storage model used with JAVA? btw the development is within Eclipse.


No comments:

Post a Comment