| org.obe.engine.repository.BasicResourceRepository org.obe.server.j2ee.repository.WebDAVResourceRepository
WebDAVResourceRepository | public class WebDAVResourceRepository extends BasicResourceRepository (Code) | | A resource repository that is implemented upon a Jakarta Slide WebDAV
document store. At least, that's the longer term intention. For now, we'll
just register a listener for WebDAV events and forward them to the
application event broker so that we can trigger workflows from WebDAV
actions.
N.B. When we finally do implement all operations by delegating to the WebDAV
repository, we must make sure that the calls enlist the repository in the
transaction.
author: Adrian Price |
Inner Class :public static class EventFilter implements Filter | |
Inner Class :public class EventForwarder implements ContentListener | |
exit | public synchronized void exit()(Code) | | |
|
|