[jboss-svn-commits] JBL Code SVN: r20892 - labs/jbossrules/trunk/drools-docs/drools-docs-guvnor/en/Chapter-Guvnor.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Jul 2 23:00:42 EDT 2008


Author: michael.neale at jboss.com
Date: 2008-07-02 23:00:42 -0400 (Wed, 02 Jul 2008)
New Revision: 20892

Added:
   labs/jbossrules/trunk/drools-docs/drools-docs-guvnor/en/Chapter-Guvnor/WebDAVWindows.png
Modified:
   labs/jbossrules/trunk/drools-docs/drools-docs-guvnor/en/Chapter-Guvnor/Section-UserGuide.xml
Log:
doco for webdav

Modified: labs/jbossrules/trunk/drools-docs/drools-docs-guvnor/en/Chapter-Guvnor/Section-UserGuide.xml
===================================================================
--- labs/jbossrules/trunk/drools-docs/drools-docs-guvnor/en/Chapter-Guvnor/Section-UserGuide.xml	2008-07-03 02:01:43 UTC (rev 20891)
+++ labs/jbossrules/trunk/drools-docs/drools-docs-guvnor/en/Chapter-Guvnor/Section-UserGuide.xml	2008-07-03 03:00:42 UTC (rev 20892)
@@ -1468,4 +1468,42 @@
       updated.</para>
     </section>
   </section>
+
+  <section>
+    <title>WebDAV and HTTP</title>
+    <para>The repository back end can also be accessed via webdav. WebDAV is a http based file system API - which has clients on all platforms (some operating systems such as windows can connect directly to WebDAV repositories almost like a file system.     
+    </para>
+    <section>
+      <title>WebDAV</title>
+      <figure>
+        <title>Windows webdav</title>
+
+        <mediaobject>
+          <imageobject>
+            <imagedata align="center" fileref="WebDAVWindows.png"
+                       format="PNG" scalefit="1" />
+          </imageobject>
+        </mediaobject>
+      </figure>
+      <para>
+	In windows the "web folders" feature can be used. On OSX - the free cyberduck client can work well.
+	To access the repository as webdav, you the url is the same as the web interface, only with /webdav at the end, instead of Guvnor.html. 
+	Authentication will be required to get access this way. 
+	This will show a packages and snapshots directory - the snapshots directory is read only (a view of created snapshots of packages). The packages directory will contain a list of packages in the repository, drilling in to them will show the individual assets as files. 
+      </para>
+    </section>
+
+    <section>
+      <title>URLs</title>
+      <para>
+	There are a few other URLs which are handy to know exist.
+The package deployment URL mentioned in the section about rule agent deployment also has a few other features: 
+By appending .drl to the end of a URL, you will show the generated DRL for that package.
+eg: /package/testPDSGetPackage/LATEST.drl - will show the DRL (not the binary package) for the latest package. 
+Further to this, you can append /assetName.drl - and it will show the generated DRL for that item. (even if it isn't a drl file).
+eg /package/testPDSGetPackage/LATEST/SomeFile.drl.
+      </para>
+    </section>
+     
+  </section>
 </section>
\ No newline at end of file

Added: labs/jbossrules/trunk/drools-docs/drools-docs-guvnor/en/Chapter-Guvnor/WebDAVWindows.png
===================================================================
(Binary files differ)


Property changes on: labs/jbossrules/trunk/drools-docs/drools-docs-guvnor/en/Chapter-Guvnor/WebDAVWindows.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream




More information about the jboss-svn-commits mailing list