hi slide-users
i'm looking for a repository to store files (in this case PDFs) with additional meta-data.
all the meta-data to a PDF-file is stored in a separate xml-document. the PDFs and XMLs will be putted on the server by ftp.
so, what is needed to be done in a first step, is to store all PDFs in the repository and associate them with the meta-data in the corresponding XML.
after that the meta-data needs to be searchable and the resulting PDFs in the search-result must be downloadable out of the repository. for performance-reasons it would be great to store meta-data in a database and files in the filesystem.
additional i need to be able to replace any file and the associated meta-data with a new version, so that the new version is online and the old one could be restored if needed.
and finally the meta-data should be extensible, so that new fields can be added without rebuild the entire repository.
is something like this possible with jakarta slide?
thanks and greetings stefan
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
