Date: 2004-11-04T15:52:59 Editor: BrianLee <[EMAIL PROTECTED]> Wiki: Jakarta-Slide Wiki Page: WebDavConstructionKit URL: http://wiki.apache.org/jakarta-slide/WebDavConstructionKit
no comment Change Log: ------------------------------------------------------------------------------ @@ -97,9 +97,9 @@ ==== Basics ==== -Any concrete store must implement the [http://jakarta.apache.org/slide/wck/javadoc/org/apache/slide/simple/store/BasicWebdavStore.html org.apache.slide.simple.store.BasicWebdavStore] interface. +===== Essential Interface to Implement ===== -===== Call Back Methods List ===== +Any concrete store must implement the [http://jakarta.apache.org/slide/wck/javadoc/org/apache/slide/simple/store/BasicWebdavStore.html org.apache.slide.simple.store.BasicWebdavStore] interface. The following functions are basically all Slide and WCK need to make basic WebDAV operations work (you need to implement them). @@ -118,7 +118,7 @@ '''7.getChildrenNames:''' retrieval of the children of a collection -===== Important Extras ===== +===== Interface Related to Security ===== This extension interface [http://jakarta.apache.org/slide/wck/javadoc/org/apache/slide/simple/authentication/SessionAuthenticationManager.html org.apache.slide.simple.authentication.SessionAuthenticationManager] lets your system handle security (full property access and locking) and bypass Slide's built-in system. @@ -128,6 +128,7 @@ '''2.closeAuthenticationSession:''' closes the session / terminates the connection to your system +===== Interface Related to Connection Pool Management ===== [http://jakarta.apache.org/slide/wck/javadoc/org/apache/slide/simple/authentication/AbstractPoolingConnectionManager.html org.apache.slide.simple.authentication.AbstractPoolingConnectionManager] is a connection pool framework. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
