Re: reg xml database with cocoon2

2001-08-01 Thread Lars Martin
On Mon, 30 Jul 2001 18:50:30 +0100 (BST) java guru <[EMAIL PROTECTED]> wrote: > Thanks man., >The reason i am looking into is that > 1. my application is "new" and doesnt have any db > design with it > > 2. All the data model for the application is already > done in xml. So all the data obj

Re: reg xml database with cocoon2

2001-07-30 Thread java guru
Thanks man., The reason i am looking into is that 1. my application is "new" and doesnt have any db design with it 2. All the data model for the application is already done in xml. So all the data objects are represented as xml nodes 3. If i need to do same with rdbms, then i need to have al

Re: reg xml database with cocoon2

2001-07-30 Thread Matteo Villa
Hi Java Guru, It is a matter of taste... personally I would never put the content of a Database into a File, because you loose all the power of a well implemented and designed DBMS. However, You may have good reasons to do that (maybe You can share Your reasons with me, so I get a chance to under