"JOHNSON,LADAWAN (HP-Boise,ex1)" wrote:
> 
> > Hello,
> >
> > I'm Ladawan Johnson, a software engineer from Hewlett Packard (HP), Boise,
> > Idaho.  I have been doing research on Slide project to determine whether
> > we can use Slide storage abstraction for our software prototype.  Our
> > prototype does not require access via the Internet, so it will interface
> > with Slide as a Java application, no WebDAV needed.
> >
> > I would appreciate your help answering the following questions:
> >
> > 1. How do you store binary files, such as MP3 files and their associate
> > metadata to Slide?  What commands do you use?
> > The Slide example in 'xml' subdirectory uses
> > slidestore.file.FileContentStoreNoVersioning.  This command looks like it
> > only accesses xml file.

All of the slide stores are perfectly capable of storing binary data -
none of the stores actually look at or process the data in any way, so
they don't even know the difference. The FileContentStoreNoVersioning
just stores the files directly in a physical filesystem, with no
additional processing.

Michael

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to