Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Tobias Schlitt's Blog:
Webdav authentication, authorization and locking
Jan 08, 2009 @ 14:44:16

In a new post Tobias Schlitt looks at a part of the recently released eZ Components version 2008.2 that includes, among other things, Webdav support.

My tasks for 2008.2 were dedicated to the Webdav component. This package allows you to easily integrate WebDAV access features into your applications. With the earlier 2007.2 release, this component was born. By then, it supported just rudimentary WebDAV features (compliance class 1) and we focused on its architecture to make it as flexible as possible.

He explains how a commonly requested feature - locking - was implemented in the component. You can find out more about the feature/component in this article from Tobias on the eZ Components website.

tagged: authentication locking webdav ezcomponents authorization

Link:

Derick Rethans' Blog:
eZ Components 2007.2
Dec 18, 2007 @ 19:47:00

According to this new post from Derick Rethans, the eZ Components group has release the latest edition of their component set - version 2007.2.

Today we released the next version of eZ Components. In this release, there are two new components.

These two new components are:

  • Tree - enables you to create, manipulate and query tree structures (with multiple compatible backends for gathering the data from)
  • Webdav - allows for the quick and easy setup of a WebDAV-enabled server.

You can find out more about these components and many more included in the component library at the project's website (as well as this latest download).

tagged: ezcomponents release component tree webdav ezcomponents release component tree webdav

Link:

Derick Rethans' Blog:
eZ Components 2007.2
Dec 18, 2007 @ 19:47:00

According to this new post from Derick Rethans, the eZ Components group has release the latest edition of their component set - version 2007.2.

Today we released the next version of eZ Components. In this release, there are two new components.

These two new components are:

  • Tree - enables you to create, manipulate and query tree structures (with multiple compatible backends for gathering the data from)
  • Webdav - allows for the quick and easy setup of a WebDAV-enabled server.

You can find out more about these components and many more included in the component library at the project's website (as well as this latest download).

tagged: ezcomponents release component tree webdav ezcomponents release component tree webdav

Link:

Jim Wynia's Blog:
WebDAV, PHP and You
Dec 14, 2007 @ 17:13:00

Jim Wynia has posted some thoughts about a recent announcement of the development of a WebDAV library for PHP to his blog today:

However, over the past few years, WebDAV has started gaining traction as the underlying protocol for Subversion repositories over the web and in several other places. That makes this story about a new PHP library for working with WebDAV interesting.

He notes that he's moved a lot of his file storage to Amazon's s3 service and having this new PHP library would make it even easier for him to get at his content directly from his applications.

tagged: webdav library application amazon s3 storage file webdav library application amazon s3 storage file

Link:

Jim Wynia's Blog:
WebDAV, PHP and You
Dec 14, 2007 @ 17:13:00

Jim Wynia has posted some thoughts about a recent announcement of the development of a WebDAV library for PHP to his blog today:

However, over the past few years, WebDAV has started gaining traction as the underlying protocol for Subversion repositories over the web and in several other places. That makes this story about a new PHP library for working with WebDAV interesting.

He notes that he's moved a lot of his file storage to Amazon's s3 service and having this new PHP library would make it even easier for him to get at his content directly from his applications.

tagged: webdav library application amazon s3 storage file webdav library application amazon s3 storage file

Link:

Evert Pot's Blog:
PHP WebDAV Integration Library
Dec 13, 2007 @ 17:17:00

Evert Pot has posted about a library he's creating to integrate WebDAV support with PHP and make things simpler for those needing to access the shares.

I intend to make this library as easy as possible to use, without making it a black-box-like system. Focus will not be on everything WebDAV could possibly provide, but instead on the features that are actually supported by the operating systems.

His goal is to make it as simple as making a 'File' and 'Directory' class to interface with the remote system and has two things he's deliberating on as far as features to include in the library - support for the custom properties WebDAV allows and the ability to lock files and directories.

If you'd like to check out the current progress of the library, check out its page on the Google Code site (as well as this discussion group he's set up).

tagged: webdav library interface file directory property lock webdav library interface file directory property lock

Link:

Evert Pot's Blog:
PHP WebDAV Integration Library
Dec 13, 2007 @ 17:17:00

Evert Pot has posted about a library he's creating to integrate WebDAV support with PHP and make things simpler for those needing to access the shares.

I intend to make this library as easy as possible to use, without making it a black-box-like system. Focus will not be on everything WebDAV could possibly provide, but instead on the features that are actually supported by the operating systems.

His goal is to make it as simple as making a 'File' and 'Directory' class to interface with the remote system and has two things he's deliberating on as far as features to include in the library - support for the custom properties WebDAV allows and the ability to lock files and directories.

If you'd like to check out the current progress of the library, check out its page on the Google Code site (as well as this discussion group he's set up).

tagged: webdav library interface file directory property lock webdav library interface file directory property lock

Link:

Derick Rethans' Blog:
eZ Components 2007.2alpha1
Nov 15, 2007 @ 16:21:00

Derick Rethans has pointed out the release of the latest alpha version of the eZ Components framework - 2007.2alpha1.

We've just released the first alpha version of the new eZ Components release, for which the full version is due to be released somewhere next month. There are two new components, but also many improvements to existing components. The new components are: Tree and Webdav.

The Tree component makes working with tree-based structures (via two tieins for the component - TreeDatabaseTiein & TreePersistentObjectTiein) and the Webdav component allows for the quick and easy addition of WevDAV functionality to your application.

tagged: ezcomponents framework release component webdav tree ezcomponents framework release component webdav tree

Link:

Derick Rethans' Blog:
eZ Components 2007.2alpha1
Nov 15, 2007 @ 16:21:00

Derick Rethans has pointed out the release of the latest alpha version of the eZ Components framework - 2007.2alpha1.

We've just released the first alpha version of the new eZ Components release, for which the full version is due to be released somewhere next month. There are two new components, but also many improvements to existing components. The new components are: Tree and Webdav.

The Tree component makes working with tree-based structures (via two tieins for the component - TreeDatabaseTiein & TreePersistentObjectTiein) and the Webdav component allows for the quick and easy addition of WevDAV functionality to your application.

tagged: ezcomponents framework release component webdav tree ezcomponents framework release component webdav tree

Link:

Tobias Schlitt's Blog:
At IPC2k7: WebDAV will come over you...
Oct 19, 2007 @ 15:37:00

Tobias Schlitt has posted about a new component for the eZ components (PHP based) system he develops for - a WebDAV module.

Starting by the end of August we spent almost whole September full-time on designing and implementing this component. The goal was to design a flexible WebDAV server component, which can be used to edit whatever data source on an HTTP server through the WebDAV extension of the protocol, with the full lot of concerns in mind.

Included in the post is an image showing the architecture of the component and a mention that, if you're attending this year's International PHP Conference (2007), you'll be able to see it in action.

tagged: intlphpcon2007 webdav ezcomponent module intlphpcon2007 webdav ezcomponent module

Link:


Trending Topics: