You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by mp...@apache.org on 2005/12/23 16:48:16 UTC

svn commit: r358820 - /cocoon/branches/BRANCH_2_1_X/src/blocks/webdav/java/org/apache/cocoon/components/webdav/impl/

Author: mpfingsthorn
Date: Fri Dec 23 07:48:11 2005
New Revision: 358820

URL: http://svn.apache.org/viewcvs?rev=358820&view=rev
Log:
Implemented basic eventcache support for WebDAVSource and DASLTransformer.
You have to define a WebDAVEventFactory in cocoon.xconf so the classes know how to construct the event object.
You can also use this factory interface in your event source, like a JMSEventMessageListener subclass.

Added:
    cocoon/branches/BRANCH_2_1_X/src/blocks/webdav/java/org/apache/cocoon/components/webdav/impl/