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
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
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