Changes between Version 10 and Version 11 of ApertureArchives


Ignore:
Timestamp:
10/26/05 11:23:31 (19 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ApertureArchives

    v10 v11  
    88 
    99A URI scheme also has to be developed for such nested objects, so that you can identify a stream packed inside an archive. 
    10 A possible solution is to concat uris together using a seperator. If ''::'' is the seperator, a file inside a zip could be identified using '''file://c:/mydocs/big.zip::doc/doc1.doc''' 
     10 
     11A possible solution is to concat URIs together using a seperator. If ''::'' is the seperator, a file inside a zip could be identified using '''file://c:/mydocs/big.zip::doc/doc1.doc''' We should also take a look at URLs used by the Java ClassLoader (e.g. ClassLoader.findResource) for pointing to resources in a jar file. They have the same problem, maybe we can use their solution as well. 
    1112 
    1213The File-DataSource has to be configurable if it supports nested ZIP archives or not - or if certain paths have to be ignored. This is also tricky. By default, I would suggest to leave it ON so that users get surprised by good search results and may put it OFF so that they spare place.