Am Dienstag, 10. Januar 2006 13:04 schrieb [EMAIL PROTECTED]:
> At the risk of pointing out the obvious, why not use what tomcat uses to
> store hierarchical data, XML?
Is this suitable for large amounts of data? How to read it? SAX?
Thanks,
Florian
-
Am Dienstag, 10. Januar 2006 07:51 schrieb Nikola Milutinovic:
> Florian Lindner wrote:
> >Hello,
> >I'm searching for the best concept of how to use and save hierarchical
> > data. I have a structure like PC file system with meta data. There a
> > folder object
Hello,
I'm searching for the best concept of how to use and save hierarchical data.
I have a structure like PC file system with meta data. There a folder objects
and files objects of different types. Every object have data like
permissions, date and author. And they have type-specific data fields
Hello,
I'm just in the process of learnung J2EE / Serlets / JSPs with Tomcat.
My book tells me that I should add the XMl snippet:
to the ./conf/server.xml. Since there is no other Context entry like that in
the server.xml I doubt that this place is wrong (in my Tomcat version
5.5.14).
What is