On Tue, Jul 22, 2008 at 10:50 AM, em <[EMAIL PROTECTED]> wrote: >>Does it not make sense for you to rely on Finder's built-in WebDAV >>support? > Absoutely not--that wouldn't make sense if I was looking for an > objective-c framework.
The point I was trying to gently make is that if the OP is attempting to implement WebDAV for file storage, Finder already does this, and it may be appropriate to just delegate the WebDAV connectivity. I specifically mentioned the Dreamweaver example as an illustration: Dreamweaver has a very buggy WebDAV plugin that does nothing more than allow you to specify the "remote" site as a WebDAV share. But you can also specify any directory on any mounted volume, and Finder has a much more stable WebDAV implementation, so I abandoned the WebDAV plugin for the extra step of manually mounting the WebDAV share with Finder. As a side bonus I got all the functionality that comes with mounting the share as a volume. I'm just following the philosophy that the best code is the code you don't have to write. --Kyle Sluder _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]
