Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jakarta-commons Wiki" for change notification.
The following page has been changed by MarioIvankovits: http://wiki.apache.org/jakarta-commons/VfsNext The comment on the change is: ------------------------------------------------------------------------------ Using a callback mechanism to get this data when needed. - == 4. progress & cancellation api == + == 4. progress, pause and cancellation api == callbacks to be informed about ongoing operations (copy, move, rename, delete, copy-progress, move-progress (if between filesystems)) + Ability to pause or cancel the operation. == 5. browse roots == e.g. smb or local partitions (windows - c:, d:, ...) @@ -59, +60 @@ * filesystem notifications - to get informed about external filesystem events * file permissions to allow fine grained setup for local files + == 9. write support for archives == + this would require it to + 1. copy the archive locally + 2. apply the change + 3. repack the archive + 4. copy the archive back to its place + + Whe should allow to stay in state 2. until one send a signal to finish any operation on the archive. + + ---- + == new filesystems == + + * pop, imap (useable for emails) + * mime (for the email itself - pretty much like an archive) + Consider this url: + {{{ + zip:mime:imap://[EMAIL PROTECTED]/INBOX/folders/newMail.mime!/attachment1.zip!/zipentry.txt + }}} + Cool, isnt it? + * generic XML + * ant (only a variant of XML? Cant we just set a dtd or scheme using some sort of configurationOption ?) + * java structure (by class, by source?) + ---- == non confimed == --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
