You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chemistry.apache.org by bu...@apache.org on 2011/03/18 13:24:58 UTC

svn commit: r787169 - in /websites/staging/chemistry/trunk/content/java/developing: dev-logging.html dev-modules.html dev-url.html dev-use-without-maven.html

Author: buildbot
Date: Fri Mar 18 12:24:58 2011
New Revision: 787169

Log:
Staging update by buildbot

Added:
    websites/staging/chemistry/trunk/content/java/developing/dev-modules.html
Modified:
    websites/staging/chemistry/trunk/content/java/developing/dev-logging.html
    websites/staging/chemistry/trunk/content/java/developing/dev-url.html
    websites/staging/chemistry/trunk/content/java/developing/dev-use-without-maven.html

Modified: websites/staging/chemistry/trunk/content/java/developing/dev-logging.html
==============================================================================
--- websites/staging/chemistry/trunk/content/java/developing/dev-logging.html (original)
+++ websites/staging/chemistry/trunk/content/java/developing/dev-logging.html Fri Mar 18 12:24:58 2011
@@ -188,30 +188,36 @@ Apache Chemistry - OpenCMIS Logging
 configuration procedure (see log4j documentation). Usually you will have to
 place a <code>log4j.properties</code> file in the class path.</p>
 <h2 id="example_log4jproperties_file">Example log4j.properties file</h2>
-<p>:::properties
-log4j.rootCategory=WARN, R, O</p>
-<h1 id="stdout">Stdout</h1>
-<p>log4j.appender.O=org.apache.log4j.ConsoleAppender</p>
-<h1 id="file">File</h1>
-<p>log4j.appender.R=org.apache.log4j.RollingFileAppender
-log4j.appender.R.File=log4j.log</p>
-<h1 id="control_the_maximum_log_file_size">Control the maximum log file size</h1>
-<p>log4j.appender.R.MaxFileSize=100KB</p>
-<h1 id="archive_log_files_one_backup_file_here">Archive log files (one backup file here)</h1>
-<p>log4j.appender.R.MaxBackupIndex=1
-log4j.appender.R.layout=org.apache.log4j.PatternLayout
-log4j.appender.O.layout=org.apache.log4j.PatternLayout
-log4j.appender.R.layout.ConversionPattern=%d{ISO8601} %-5p [%t] %c: %m%n
-log4j.appender.O.layout.ConversionPattern=%d{ISO8601} %-5p [%t] %c: %m%n</p>
-<h1 id="log4jloggerorgapachechemistryopencmisclientproviderspiinfo_o">log4j.logger.org.apache.chemistry.opencmis.client.provider.spi=INFO, O</h1>
-<h1 id="enable_this_to_set_a_certain_package_to_debug_level">enable this to set a certain package to debug level</h1>
-<h1 id="log4jcategoryorgapachechemistryopencmisdebug">log4j.category.org.apache.chemistry.opencmis=DEBUG</h1>
-<h2 id="logging_the_urls_for_atompub_in_the_client">Logging the URLs for AtomPub in the client</h2>
-<p>Sometimes it is useful to trace the URLs that are generated by the client 
-implementation in the logs. Here is an example configuration to accomplish this:</p>
-<blockquote>
-<p>log4j.category.org.apache.chemistry.opencmis.client.bindings.spi.atompub.HttpUtils=DEBUG</p>
-</blockquote></div>
+<div class="codehilite"><pre><span class="na">log4j.rootCategory</span><span class="o">=</span><span class="s">WARN, R, O</span>
+
+<span class="c"># Stdout</span>
+<span class="na">log4j.appender.O</span><span class="o">=</span><span class="s">org.apache.log4j.ConsoleAppender</span>
+
+<span class="c"># File</span>
+<span class="na">log4j.appender.R</span><span class="o">=</span><span class="s">org.apache.log4j.RollingFileAppender</span>
+<span class="na">log4j.appender.R.File</span><span class="o">=</span><span class="s">log4j.log</span>
+
+<span class="c"># Control the maximum log file size</span>
+<span class="na">log4j.appender.R.MaxFileSize</span><span class="o">=</span><span class="s">100KB</span>
+
+<span class="c"># Archive log files (one backup file here)</span>
+<span class="na">log4j.appender.R.MaxBackupIndex</span><span class="o">=</span><span class="s">1</span>
+<span class="na">log4j.appender.R.layout</span><span class="o">=</span><span class="s">org.apache.log4j.PatternLayout</span>
+<span class="na">log4j.appender.O.layout</span><span class="o">=</span><span class="s">org.apache.log4j.PatternLayout</span>
+<span class="na">log4j.appender.R.layout.ConversionPattern</span><span class="o">=</span><span class="s">%d{ISO8601} %-5p \[%t\] %c: %m%n</span>
+<span class="na">log4j.appender.O.layout.ConversionPattern</span><span class="o">=</span><span class="s">%d{ISO8601} %-5p \[%t\] %c: %m%n</span>
+
+<span class="c"># log4j.logger.org.apache.chemistry.opencmis.client.provider.spi=INFO, O</span>
+
+<span class="c"># enable this to set a certain package to debug level</span>
+<span class="c"># log4j.category.org.apache.chemistry.opencmis=DEBUG</span>
+
+<span class="c">## Logging the URLs for AtomPub in the client</span>
+<span class="err">Sometimes</span> <span class="err">it</span> <span class="err">is</span> <span class="err">useful</span> <span class="err">to</span> <span class="err">trace</span> <span class="err">the</span> <span class="err">URLs</span> <span class="err">that</span> <span class="err">are</span> <span class="err">generated</span> <span class="err">by</span> <span class="err">the</span> <span class="err">client</span> 
+<span class="na">implementation in the logs. Here is an example configuration to accomplish this</span><span class="o">:</span>
+
+<span class="na">log4j.category.org.apache.chemistry.opencmis.client.bindings.spi.atompub.HttpUtils</span><span class="o">=</span><span class="s">DEBUG</span>
+</pre></div></div>
              <!-- Content -->
            </td>
           </tr>

Added: websites/staging/chemistry/trunk/content/java/developing/dev-modules.html
==============================================================================
--- websites/staging/chemistry/trunk/content/java/developing/dev-modules.html (added)
+++ websites/staging/chemistry/trunk/content/java/developing/dev-modules.html Fri Mar 18 12:24:58 2011
@@ -0,0 +1,298 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+
+-->
+<html>
+  <head>
+    <link type="text/css" rel="stylesheet" href="/resources/site.css" />
+    <script src="/resources/space.js" type="text/javascript"></script>
+    <meta name="keywords" content="CMIS, Content Management Interoperability Service, ECM, Enterprise Content Management, OASIS, integration standards, Chemistry, OpenCMIS, cmislib, DotCMIS" />
+    <meta name="description" content="Apache Chemistry, CMIS Implementation" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <title>
+Apache Chemistry - OpenCMIS Modules
+    </title>
+  </head>
+<body onload="init()">
+  <table width="100%" cellpadding="0" cellspacing="0">
+    <tr width="100%">
+      <td id="cell-0-0">&nbsp;</td>
+      <td id="cell-0-1">&nbsp;</td>
+      <td id="cell-0-2">&nbsp;</td>
+    </tr>
+    <tr width="100%">
+      <td id="cell-1-0">&nbsp;</td>
+      <td id="cell-1-1">
+        <div style="padding: 5px;">
+          <div id="banner">
+          <!-- Banner -->
+<TABLE border="0" cellpadding="0" cellspacing="0" width="100%">
+<TR>
+<TD align="left" class="topbardiv" nowrap="">
+  <A href="http://chemistry.apache.org/" title="Apache Chemistry">
+    <IMG border="0" src="/images/chemistry_tm_logo_small.png"/>
+  </A>
+</TD>
+<TD align="right" nowrap="">
+  <A href="http://www.apache.org/" title="The Apache Software Foundation">
+    <IMG border="0" src="/images/asf-logo.png"/>
+  </A>
+</TD>
+</TR>
+</TABLE>
+          <!-- Banner -->
+          </div>
+        </div>
+        <div id="top-menu">
+          <table border="0" cellpadding="1" cellspacing="0" width="100%">
+            <tr>
+              <td>
+                <div align="left">
+                <!-- Breadcrumbs -->
+<a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/java">Java</a>&nbsp;&raquo&nbsp;<a href="/java/developing">Developing</a>&nbsp;&raquo&nbsp;<a href="/java/developing/opencmis.html">modules</a>&nbsp;&raquo&nbsp;<a href="/java/developing/dev-modules.html">OpenCMIS Modules</a>
+                <!-- Breadcrumbs -->
+                </div>
+              </td>
+              <td>
+                <div align="right">
+                <!-- Quicklinks -->
+<P>
+<A href="http://www.apache.org/" class="external-link" rel="nofollow">Apache</A>
+|
+<A href="http://www.apache.org/licenses/LICENSE-2.0.html" class="external-link" rel="nofollow">License</A>
+|
+<A href="sitemap.html" title="SiteMap">Site Map</A>
+</P>
+                <!-- Quicklinks -->
+                </div>
+              </td>
+            </tr>
+          </table>
+        </div>
+      </td>
+      <td id="cell-1-2">&nbsp;</td>
+    </tr>
+    <tr width="100%">
+      <td id="cell-2-0">&nbsp;</td>
+      <td id="cell-2-1">
+        <table>
+          <tr height="100%" valign="top">
+            <td height="100%">
+              <div id="wrapper-menu-page-right">
+                <div id="wrapper-menu-page-top">
+                  <div id="wrapper-menu-page-bottom">
+                    <div id="menu-page">
+                    <!-- NavigationBar -->
+                    <H3><A name="Navigation-Overview"></A>Overview</H3>
+
+<UL class="alternate" type="square">
+   <LI><A href="/project/cmis.html" title="What's CMIS">What is CMIS?</A></LI>
+   <LI><A href="http://www.apache.org/licenses/" class="external-link" rel="nofollow">License</A></LI>
+   <LI><A href="/project/community.html" title="Community">Community</A></LI>
+   <LI><A href="http://mail-archives.apache.org/mod_mbox/chemistry-dev/" class="external-link" rel="nofollow">Mailing List</A></LI>
+   <LI><A href="https://issues.apache.org/jira/browse/CMIS" class="external-link" rel="nofollow">Issue Tracking</A></LI>
+   <LI><A href="http://www.apache.org/security/" class="external-link" rel="nofollow">Security</A></LI>
+</UL>
+
+
+<H3><A name="Navigation-Search"></A>Search</H3>
+
+<DIV style="padding: 0px 0px 0px 20px;">
+<FORM action="http://www.google.com/search" method="get" style="font-size: 10px;">
+<INPUT name="ie" type="hidden" value="UTF-8"></INPUT>
+<INPUT name="oe" type="hidden" value="UTF-8"></INPUT>
+  <INPUT maxlength="255" name="q" size="12" type="text" value=""></INPUT>
+  <INPUT name="btnG" type="submit" value="Search"></INPUT>
+  <INPUT name="domains" type="hidden" value="incubator.apache.org/chemistry"></INPUT>
+  <INPUT name="sitesearch" type="hidden" value="incubator.apache.org/chemistry"></INPUT>
+</FORM>
+</DIV>
+
+
+<H3><A name="Navigation-CMISforJava"></A>CMIS for Java</H3>
+
+<UL class="alternate" type="square">
+  <LI><A href="/java/overview.html" title="OpenCMIS Overview and Index">Overview</A></LI>
+  <LI><A href="/java/download.html" title="Downloads">Downloads</A></LI>
+  <LI><A href="/java/developing/dev-index.html" title="">Developing with OpenCMIS</A></LI>
+  <LI><A href="/java/examples/example-index.html" title="Example Code">Example Code</A></LI>
+  <LI><A href="/java/how-to/how-to-index.html" title="OpenCMIS HowTos">OpenCMIS HowTos</A></LI>
+  <LI><A href="http://incubator.apache.org/chemistry/javadoc/index.html" class="external-link" rel="nofollow">JavaDoc</A></LI>
+  <LI><A href="https://svn.apache.org/repos/asf/chemistry/opencmis/trunk/" class="external-link" rel="nofollow">Source Code</A></LI>
+</UL>
+
+
+<H3><A name="Navigation-CMISforPython"></A>CMIS for Python</H3>
+
+<UL class="alternate" type="square">
+  <LI><A href="/python/cmislib.html" title="cmislib">cmislib</A></LI>
+   <LI><A href="http://incubator.apache.org/chemistry/cmislib-doc/" class="external-link" rel="nofollow">cmislib Documentation</A></LI>
+  <LI><A href="https://svn.apache.org/repos/asf/chemistry/cmislib/trunk/" class="external-link" rel="nofollow">Source Code</A></LI>
+</UL>
+
+
+<H3><A name="Navigation-CMISforPHP"></A>CMIS for PHP</H3>
+
+<UL class="alternate" type="square">
+  <LI><A href="/php/phpclient.html" title="phpclient">CMIS PHP Client</A></LI>
+  <LI><A href="https://svn.apache.org/repos/asf/chemistry/phpclient/trunk/" class="external-link" rel="nofollow">Source Code</A></LI>
+</UL>
+
+
+<H3><A name="Navigation-CMISfor.NET"></A>CMIS for .NET</H3>
+
+<UL class="alternate" type="square">
+  <LI><A href="/dotnet/dotcmis.html" title="DotCMIS">DotCMIS</A></LI>
+  <LI><A href="https://svn.apache.org/repos/asf/chemistry/dotcmis/trunk/" class="external-link" rel="nofollow">Source Code</A></LI>
+</UL>
+
+
+<H3><A name="Navigation-Sponsorship"></A>Sponsorship</H3>
+
+<UL class="alternate" type="square">
+   <LI><A href="http://www.apache.org/foundation/thanks.html" class="external-link" rel="nofollow">Thanks</A></LI>
+   <LI><A href="http://www.apache.org/foundation/sponsorship.html" class="external-link" rel="nofollow">Sponsoring Apache</A></LI>
+</UL>
+
+
+<H3><A name="Navigation-Internal"></A>Internal Docs</H3>
+
+<UL class="alternate" type="square">
+   <LI><A href="http://chemistry.apache.org/internal/opencmis-maven-release-documentation.html" class="external-link" rel="nofollow">Release Process</A></LI>
+</UL>
+                    <!-- NavigationBar -->
+                    </div>
+                </div>
+              </div>
+            </div>
+           </td>
+           <td height="100%">
+             <!-- Content -->
+             <div class="wiki-content"><h1 id="opencmis_modules">OpenCMIS Modules</h1>
+<p><a name="OpenCMISModules-OpenCMISModules"></a></p>
+<p>OpenCMIS is divided into four groups of modules:</p>
+<ul>
+<li><strong>chemistry-opencmis-commons</strong>: Modules used by all other modules.</li>
+<li><strong>chemistry-opencmis-client</strong>: CMIS client related modules.</li>
+<li><strong>chemistry-opencmis-server</strong>: CMIS server framework related modules.</li>
+<li><strong>chemistry-opencmis-test</strong>: Test modules that are not required at runtime.</li>
+</ul>
+<img src="opencmis-layers.png"/>
+
+<p><a name="OpenCMISModules-ModuleDescription"></a></p>
+<h2 id="module_description">Module Description</h2>
+<p><a name="OpenCMISModules-Commons"></a></p>
+<h3 id="commons">Commons</h3>
+<p><a name="OpenCMISModules-chemistry-opencmis-commons-api"></a></p>
+<h4 id="chemistry-opencmis-commons-api">chemistry-opencmis-commons-api</h4>
+<p>Interfaces, enums and exceptions used across all other modules.</p>
+<p><a name="OpenCMISModules-chemistry-opencmis-commons-impl"></a></p>
+<h4 id="chemistry-opencmis-commons-impl">chemistry-opencmis-commons-impl</h4>
+<p>Implementations of the interface defined in chemistry-opencmis-commons-api.
+It also generates and contains the JAXB classes.</p>
+<p><a name="OpenCMISModules-Client"></a></p>
+<h3 id="client">Client</h3>
+<p><a name="OpenCMISModules-chemistry-opencmis-client-api"></a></p>
+<h4 id="chemistry-opencmis-client-api">chemistry-opencmis-client-api</h4>
+<p>Client API used by applications. See <a href="client/dev-client-api.html">OpenCMIS Client API</a>
+ for details.</p>
+<p><a name="OpenCMISModules-chemistry-opencmis-client-impl"></a></p>
+<h4 id="chemistry-opencmis-client-impl">chemistry-opencmis-client-impl</h4>
+<p>Implementations of the client API.</p>
+<p><a name="OpenCMISModules-chemistry-opencmis-client-bindings"></a></p>
+<h4 id="chemistry-opencmis-client-bindings">chemistry-opencmis-client-bindings</h4>
+<p>CMIS client AtomPub and Web Services binding implementation. See <a href="client/dev-client-bindings.html">OpenCMIS Client Bindings</a>
+ for details.</p>
+<p><a name="OpenCMISModules-Server"></a></p>
+<h3 id="server">Server</h3>
+<p><a name="OpenCMISModules-chemistry-opencmis-server-bindings"></a></p>
+<h4 id="chemistry-opencmis-server-bindings">chemistry-opencmis-server-bindings</h4>
+<p>CMIS server AtomPub and Web Services binding implementation. See <a href="dev-server.html">OpenCMIS Server Framework</a>
+ for details.</p>
+<p><a name="OpenCMISModules-chemistry-opencmis-server-support"></a></p>
+<h4 id="chemistry-opencmis-server-support">chemistry-opencmis-server-support</h4>
+<p>Convenience classes for repository connectors. This module contains the
+CMIS query parser.</p>
+<p><a name="OpenCMISModules-chemistry-opencmis-server-inmemory"></a></p>
+<h4 id="chemistry-opencmis-server-inmemory">chemistry-opencmis-server-inmemory</h4>
+<p>CMIS in-memory repository for test purposes. See <a href="repositories/dev-repositories-inmemory.html">OpenCMIS InMemory Repository</a>
+ for details.</p>
+<p><a name="OpenCMISModules-chemistry-opencmis-server-fileshare"></a></p>
+<h4 id="chemistry-opencmis-server-fileshare">chemistry-opencmis-server-fileshare</h4>
+<p>CMIS file system repository for test purposes. See <a href="repositories/dev-repositories-fileshare.html">OpenCMIS FileShare Repository</a>
+ for details.</p>
+<p><a name="OpenCMISModules-chemistry-opencmis-server-jcr"></a></p>
+<h4 id="chemistry-opencmis-server-jcr">chemistry-opencmis-server-jcr</h4>
+<p>CMIS to JCR bridge. See <a href="repositories/dev-repositories-jcr.html">OpenCMIS JCR Repository</a>
+ for details.</p>
+<p><a name="OpenCMISModules-Test"></a></p>
+<h3 id="test">Test</h3>
+<p><a name="OpenCMISModules-chemistry-opencmis-test-fit"></a></p>
+<h4 id="chemistry-opencmis-test-fit">chemistry-opencmis-test-fit</h4>
+<p>Integration tests covering the whole stack.</p>
+<p><a name="OpenCMISModules-chemistry-opencmis-test-browser"></a></p>
+<h4 id="chemistry-opencmis-test-browser">chemistry-opencmis-test-browser</h4>
+<p>Simple web based CMIS client. See <a href="tools/dev-tools-browser.html">OpenCMIS Browser</a>
+ for details.</p>
+<p><a name="OpenCMISModules-chemistry-opencmis-test-util"></a></p>
+<h4 id="chemistry-opencmis-test-util">chemistry-opencmis-test-util</h4>
+<p>Utility classes for tests.</p>
+<p><a name="OpenCMISModules-chemistry-opencmis-test-tools"></a></p>
+<h4 id="chemistry-opencmis-test-tools">chemistry-opencmis-test-tools</h4>
+<p>Development tools.</p></div>
+             <!-- Content -->
+           </td>
+          </tr>
+        </table>
+     </td>
+     <td id="cell-2-2">&nbsp;</td>
+    </tr>
+    <tr width="100%">
+      <td id="cell-3-0">&nbsp;</td>
+      <td id="cell-3-1">&nbsp;</td>
+      <td id="cell-3-2">&nbsp;</td>
+    </tr>
+    <tr width="100%">
+     <td id="cell-3-0">&nbsp;</td>
+     <td id="cell-3-1">
+       <div id="footer">
+       <!-- Footer -->
+       <div id="site-footer">
+          
+          Apache Chemistry, Apache, the Apache feather logo, and the Apache 
+          Chemistry project logo are trademarks of The Apache Software 
+          Foundation.
+          <BR />
+          Content Management Interoperability Services (CMIS) is an
+          <a href="http://www.oasis-open.org/committees/cmis/">OASIS</a>
+          specification.
+          
+       </div>
+       <!-- Footer -->
+       </div>
+     </td>
+     <td id="cell-3-2">&nbsp;</td>
+    </tr>
+    <tr width="100%">
+      <td id="cell-4-0">&nbsp;</td>
+      <td id="cell-4-1">&nbsp;</td>
+      <td id="cell-4-2">&nbsp;</td>
+    </tr>
+  </table>
+</body>
+</html>

Modified: websites/staging/chemistry/trunk/content/java/developing/dev-url.html
==============================================================================
--- websites/staging/chemistry/trunk/content/java/developing/dev-url.html (original)
+++ websites/staging/chemistry/trunk/content/java/developing/dev-url.html Fri Mar 18 12:24:58 2011
@@ -188,142 +188,146 @@ Apache Chemistry - URLs for AtomPub
 the AtomPub binding. This can be helpful when analyzing log files or if
 you want to debug sepcific requests.</p>
 <h2 id="syntax">Syntax</h2>
-<p>:::
-URL ::= http://<HOST>:<PORT>/<SERVLET-PATH>/atom/<REPOSITORY-ID>/<RESOURCE>?<PARAM=VALUE>&amp;<PARAM=VALUE>&amp;....</p>
-<p>RESOURCE ::= RESOURCE_CHILDREN |
-    RESOURCE_CHILDREN |
-    RESOURCE_DESCENDANTS |
-    RESOURCE_FOLDERTREE |
-    RESOURCE_TYPE |
-    RESOURCE_TYPES |
-    RESOURCE_TYPESDESC |
-    RESOURCE_ENTRY |
-    RESOURCE_PARENTS |
-    RESOURCE_VERSIONS |
-    RESOURCE_ALLOWABLEACIONS |
-    RESOURCE_ACL |
-    RESOURCE_POLICIES |
-    RESOURCE_RELATIONSHIPS |
-    RESOURCE_OBJECTBYID |
-    RESOURCE_OBJECTBYPATH |
-    RESOURCE_QUERY |
-    RESOURCE_CHECKEDOUT |
-    RESOURCE_UNFILED |
-    RESOURCE_CHANGES |
-    RESOURCE_CONTENT</p>
-<p>PARAM ::= PARAM_ACL |
-    PARAM_ALLOWABLE_ACTIONS |
-    PARAM_ALL_VERSIONS |
-    PARAM_CHANGE_LOG_TOKEN |
-    PARAM_CHANGE_TOKEN |
-    PARAM_CHECKIN_COMMENT |
-    PARAM_CHECK_IN |
-    PARAM_CHILD_TYPES |
-    PARAM_CONTINUE_ON_FAILURE |
-    PARAM_DEPTH |
-    PARAM_FILTER |
-    PARAM_FOLDER_ID |
-    PARAM_ID |
-    PARAM_MAJOR |
-    PARAM_MAX_ITEMS |
-    PARAM_ONLY_BASIC_PERMISSIONS |
-    PARAM_ORDER_BY |
-    PARAM_OVERWRITE_FLAG |
-    PARAM_PATH |
-    PARAM_PATH_SEGMENT |
-    PARAM_POLICY_ID |
-    PARAM_POLICY_IDS |
-    PARAM_PROPERTIES |
-    PARAM_PROPERTY_DEFINITIONS |
-    PARAM_RELATIONSHIPS |
-    PARAM_RELATIONSHIP_DIRECTION |
-    PARAM_RELATIVE_PATH_SEGMENT |
-    PARAM_REMOVE_FROM |
-    PARAM_RENDITION_FILTER |
-    PARAM_REPOSITORY_ID |
-    PARAM_RETURN_VERSION |
-    PARAM_ROPERTY_DEFINITIONS |
-    PARAM_SKIP_COUNT |
-    PARAM_SOURCE_FOLDER_ID |
-    PARAM_STREAM_ID |
-    PARAM_SUB_RELATIONSHIP_TYPES |
-    PARAM_TYPE_ID |
-    PARAM_UNFILE_OBJECTS |
-    PARAM_VERSIONIG_STATE |
-    PARAM_Q |
-    PARAM_SEARCH_ALL_VERSIONS |
-    PARAM_ACL_PROPAGATION |</p>
-<p>RESOURCE_CHILDREN ::= "children";
-RESOURCE_DESCENDANTS ::= "descendants";
-RESOURCE_FOLDERTREE ::= "foldertree";
-RESOURCE_TYPE ::= "type";
-RESOURCE_TYPES ::= "types";
-RESOURCE_TYPESDESC ::= "typedesc";
-RESOURCE_ENTRY ::= "entry";
-RESOURCE_PARENTS ::= "parents";
-RESOURCE_VERSIONS ::= "versions";
-RESOURCE_ALLOWABLEACIONS ::= "allowableactions";
-RESOURCE_ACL ::= "acl";
-RESOURCE_POLICIES ::= "policies";
-RESOURCE_RELATIONSHIPS ::= "relationships";
-RESOURCE_OBJECTBYID ::= "id";
-RESOURCE_OBJECTBYPATH ::= "path";
-RESOURCE_QUERY ::= "query";
-RESOURCE_CHECKEDOUT ::= "checkedout";
-RESOURCE_UNFILED ::= "unfiled";
-RESOURCE_CHANGES ::= "changes";
-RESOURCE_CONTENT ::= "content";</p>
-<div class="codehilite"><pre><span class="sr">//</span> <span class="n">parameter</span>
+<div class="codehilite"><pre><span class="n">URL</span> <span class="o">::=</span> <span class="n">http:</span><span class="sr">//&lt;HOST&gt;</span><span class="p">:</span><span class="sr">&lt;PORT&gt;/&lt;SERVLET-PATH&gt;/</span><span class="n">atom</span><span class="sr">/&lt;REPOSITORY-ID&gt;/&lt;RESOURCE&gt;</span><span class="p">?</span><span class="sr">&lt;PARAM=VALUE&gt;</span><span class="o">&amp;</span><span class="sr">&lt;PARAM=VALUE&gt;</span><span class="o">&amp;....</span>
+
+<span class="n">RESOURCE</span> <span class="o">::=</span> <span class="n">RESOURCE_CHILDREN</span> <span class="o">|</span>
+    <span class="n">RESOURCE_CHILDREN</span> <span class="o">|</span>
+    <span class="n">RESOURCE_DESCENDANTS</span> <span class="o">|</span>
+    <span class="n">RESOURCE_FOLDERTREE</span> <span class="o">|</span>
+    <span class="n">RESOURCE_TYPE</span> <span class="o">|</span>
+    <span class="n">RESOURCE_TYPES</span> <span class="o">|</span>
+    <span class="n">RESOURCE_TYPESDESC</span> <span class="o">|</span>
+    <span class="n">RESOURCE_ENTRY</span> <span class="o">|</span>
+    <span class="n">RESOURCE_PARENTS</span> <span class="o">|</span>
+    <span class="n">RESOURCE_VERSIONS</span> <span class="o">|</span>
+    <span class="n">RESOURCE_ALLOWABLEACIONS</span> <span class="o">|</span>
+    <span class="n">RESOURCE_ACL</span> <span class="o">|</span>
+    <span class="n">RESOURCE_POLICIES</span> <span class="o">|</span>
+    <span class="n">RESOURCE_RELATIONSHIPS</span> <span class="o">|</span>
+    <span class="n">RESOURCE_OBJECTBYID</span> <span class="o">|</span>
+    <span class="n">RESOURCE_OBJECTBYPATH</span> <span class="o">|</span>
+    <span class="n">RESOURCE_QUERY</span> <span class="o">|</span>
+    <span class="n">RESOURCE_CHECKEDOUT</span> <span class="o">|</span>
+    <span class="n">RESOURCE_UNFILED</span> <span class="o">|</span>
+    <span class="n">RESOURCE_CHANGES</span> <span class="o">|</span>
+    <span class="n">RESOURCE_CONTENT</span>
+
+<span class="n">PARAM</span> <span class="o">::=</span> <span class="n">PARAM_ACL</span> <span class="o">|</span>
+    <span class="n">PARAM_ALLOWABLE_ACTIONS</span> <span class="o">|</span>
+    <span class="n">PARAM_ALL_VERSIONS</span> <span class="o">|</span>
+    <span class="n">PARAM_CHANGE_LOG_TOKEN</span> <span class="o">|</span>
+    <span class="n">PARAM_CHANGE_TOKEN</span> <span class="o">|</span>
+    <span class="n">PARAM_CHECKIN_COMMENT</span> <span class="o">|</span>
+    <span class="n">PARAM_CHECK_IN</span> <span class="o">|</span>
+    <span class="n">PARAM_CHILD_TYPES</span> <span class="o">|</span>
+    <span class="n">PARAM_CONTINUE_ON_FAILURE</span> <span class="o">|</span>
+    <span class="n">PARAM_DEPTH</span> <span class="o">|</span>
+    <span class="n">PARAM_FILTER</span> <span class="o">|</span>
+    <span class="n">PARAM_FOLDER_ID</span> <span class="o">|</span>
+    <span class="n">PARAM_ID</span> <span class="o">|</span>
+    <span class="n">PARAM_MAJOR</span> <span class="o">|</span>
+    <span class="n">PARAM_MAX_ITEMS</span> <span class="o">|</span>
+    <span class="n">PARAM_ONLY_BASIC_PERMISSIONS</span> <span class="o">|</span>
+    <span class="n">PARAM_ORDER_BY</span> <span class="o">|</span>
+    <span class="n">PARAM_OVERWRITE_FLAG</span> <span class="o">|</span>
+    <span class="n">PARAM_PATH</span> <span class="o">|</span>
+    <span class="n">PARAM_PATH_SEGMENT</span> <span class="o">|</span>
+    <span class="n">PARAM_POLICY_ID</span> <span class="o">|</span>
+    <span class="n">PARAM_POLICY_IDS</span> <span class="o">|</span>
+    <span class="n">PARAM_PROPERTIES</span> <span class="o">|</span>
+    <span class="n">PARAM_PROPERTY_DEFINITIONS</span> <span class="o">|</span>
+    <span class="n">PARAM_RELATIONSHIPS</span> <span class="o">|</span>
+    <span class="n">PARAM_RELATIONSHIP_DIRECTION</span> <span class="o">|</span>
+    <span class="n">PARAM_RELATIVE_PATH_SEGMENT</span> <span class="o">|</span>
+    <span class="n">PARAM_REMOVE_FROM</span> <span class="o">|</span>
+    <span class="n">PARAM_RENDITION_FILTER</span> <span class="o">|</span>
+    <span class="n">PARAM_REPOSITORY_ID</span> <span class="o">|</span>
+    <span class="n">PARAM_RETURN_VERSION</span> <span class="o">|</span>
+    <span class="n">PARAM_ROPERTY_DEFINITIONS</span> <span class="o">|</span>
+    <span class="n">PARAM_SKIP_COUNT</span> <span class="o">|</span>
+    <span class="n">PARAM_SOURCE_FOLDER_ID</span> <span class="o">|</span>
+    <span class="n">PARAM_STREAM_ID</span> <span class="o">|</span>
+    <span class="n">PARAM_SUB_RELATIONSHIP_TYPES</span> <span class="o">|</span>
+    <span class="n">PARAM_TYPE_ID</span> <span class="o">|</span>
+    <span class="n">PARAM_UNFILE_OBJECTS</span> <span class="o">|</span>
+    <span class="n">PARAM_VERSIONIG_STATE</span> <span class="o">|</span>
+    <span class="n">PARAM_Q</span> <span class="o">|</span>
+    <span class="n">PARAM_SEARCH_ALL_VERSIONS</span> <span class="o">|</span>
+    <span class="n">PARAM_ACL_PROPAGATION</span> <span class="o">|</span>
+
+<span class="n">RESOURCE_CHILDREN</span> <span class="o">::=</span> <span class="s">&quot;children&quot;</span><span class="p">;</span>
+<span class="n">RESOURCE_DESCENDANTS</span> <span class="o">::=</span> <span class="s">&quot;descendants&quot;</span><span class="p">;</span>
+<span class="n">RESOURCE_FOLDERTREE</span> <span class="o">::=</span> <span class="s">&quot;foldertree&quot;</span><span class="p">;</span>
+<span class="n">RESOURCE_TYPE</span> <span class="o">::=</span> <span class="s">&quot;type&quot;</span><span class="p">;</span>
+<span class="n">RESOURCE_TYPES</span> <span class="o">::=</span> <span class="s">&quot;types&quot;</span><span class="p">;</span>
+<span class="n">RESOURCE_TYPESDESC</span> <span class="o">::=</span> <span class="s">&quot;typedesc&quot;</span><span class="p">;</span>
+<span class="n">RESOURCE_ENTRY</span> <span class="o">::=</span> <span class="s">&quot;entry&quot;</span><span class="p">;</span>
+<span class="n">RESOURCE_PARENTS</span> <span class="o">::=</span> <span class="s">&quot;parents&quot;</span><span class="p">;</span>
+<span class="n">RESOURCE_VERSIONS</span> <span class="o">::=</span> <span class="s">&quot;versions&quot;</span><span class="p">;</span>
+<span class="n">RESOURCE_ALLOWABLEACIONS</span> <span class="o">::=</span> <span class="s">&quot;allowableactions&quot;</span><span class="p">;</span>
+<span class="n">RESOURCE_ACL</span> <span class="o">::=</span> <span class="s">&quot;acl&quot;</span><span class="p">;</span>
+<span class="n">RESOURCE_POLICIES</span> <span class="o">::=</span> <span class="s">&quot;policies&quot;</span><span class="p">;</span>
+<span class="n">RESOURCE_RELATIONSHIPS</span> <span class="o">::=</span> <span class="s">&quot;relationships&quot;</span><span class="p">;</span>
+<span class="n">RESOURCE_OBJECTBYID</span> <span class="o">::=</span> <span class="s">&quot;id&quot;</span><span class="p">;</span>
+<span class="n">RESOURCE_OBJECTBYPATH</span> <span class="o">::=</span> <span class="s">&quot;path&quot;</span><span class="p">;</span>
+<span class="n">RESOURCE_QUERY</span> <span class="o">::=</span> <span class="s">&quot;query&quot;</span><span class="p">;</span>
+<span class="n">RESOURCE_CHECKEDOUT</span> <span class="o">::=</span> <span class="s">&quot;checkedout&quot;</span><span class="p">;</span>
+<span class="n">RESOURCE_UNFILED</span> <span class="o">::=</span> <span class="s">&quot;unfiled&quot;</span><span class="p">;</span>
+<span class="n">RESOURCE_CHANGES</span> <span class="o">::=</span> <span class="s">&quot;changes&quot;</span><span class="p">;</span>
+<span class="n">RESOURCE_CONTENT</span> <span class="o">::=</span> <span class="s">&quot;content&quot;</span><span class="p">;</span>
+
+    <span class="sr">//</span> <span class="n">parameter</span>
+<span class="n">PARAM_ACL</span> <span class="o">::=</span> <span class="s">&quot;includeACL&quot;</span><span class="p">;</span>
+<span class="n">PARAM_ALLOWABLE_ACTIONS</span> <span class="o">::=</span> <span class="s">&quot;includeAllowableActions&quot;</span><span class="p">;</span>
+<span class="n">PARAM_ALL_VERSIONS</span> <span class="o">::=</span> <span class="s">&quot;allVersions&quot;</span><span class="p">;</span>
+<span class="n">PARAM_CHANGE_LOG_TOKEN</span> <span class="o">::=</span> <span class="s">&quot;changeLogToken&quot;</span><span class="p">;</span>
+<span class="n">PARAM_CHANGE_TOKEN</span> <span class="o">::=</span> <span class="s">&quot;changeToken&quot;</span><span class="p">;</span>
+<span class="n">PARAM_CHECKIN_COMMENT</span> <span class="o">::=</span> <span class="s">&quot;checkinComment&quot;</span><span class="p">;</span>
+<span class="n">PARAM_CHECK_IN</span> <span class="o">::=</span> <span class="s">&quot;checkin&quot;</span><span class="p">;</span>
+<span class="n">PARAM_CHILD_TYPES</span> <span class="o">::=</span> <span class="s">&quot;childTypes&quot;</span><span class="p">;</span>
+<span class="n">PARAM_CONTINUE_ON_FAILURE</span> <span class="o">::=</span> <span class="s">&quot;continueOnFailure&quot;</span><span class="p">;</span>
+<span class="n">PARAM_DEPTH</span> <span class="o">::=</span> <span class="s">&quot;depth&quot;</span><span class="p">;</span>
+<span class="n">PARAM_FILTER</span> <span class="o">::=</span> <span class="s">&quot;filter&quot;</span><span class="p">;</span>
+<span class="n">PARAM_FOLDER_ID</span> <span class="o">::=</span> <span class="s">&quot;folderId&quot;</span><span class="p">;</span>
+<span class="n">PARAM_ID</span> <span class="o">::=</span> <span class="s">&quot;id&quot;</span><span class="p">;</span>
+<span class="n">PARAM_MAJOR</span> <span class="o">::=</span> <span class="s">&quot;major&quot;</span><span class="p">;</span>
+<span class="n">PARAM_MAX_ITEMS</span> <span class="o">::=</span> <span class="s">&quot;maxItems&quot;</span><span class="p">;</span>
+<span class="n">PARAM_ONLY_BASIC_PERMISSIONS</span> <span class="o">::=</span> <span class="s">&quot;onlyBasicPermissions&quot;</span><span class="p">;</span>
+<span class="n">PARAM_ORDER_BY</span> <span class="o">::=</span> <span class="s">&quot;orderBy&quot;</span><span class="p">;</span>
+<span class="n">PARAM_OVERWRITE_FLAG</span> <span class="o">::=</span> <span class="s">&quot;overwriteFlag&quot;</span><span class="p">;</span>
+<span class="n">PARAM_PATH</span> <span class="o">::=</span> <span class="s">&quot;path&quot;</span><span class="p">;</span>
+<span class="n">PARAM_PATH_SEGMENT</span> <span class="o">::=</span> <span class="s">&quot;includePathSegment&quot;</span><span class="p">;</span>
+<span class="n">PARAM_POLICY_ID</span> <span class="o">::=</span> <span class="s">&quot;policyId&quot;</span><span class="p">;</span>
+<span class="n">PARAM_POLICY_IDS</span> <span class="o">::=</span> <span class="s">&quot;includePolicyIds&quot;</span><span class="p">;</span>
+<span class="n">PARAM_PROPERTIES</span> <span class="o">::=</span> <span class="s">&quot;includeProperties&quot;</span><span class="p">;</span>
+<span class="n">PARAM_PROPERTY_DEFINITIONS</span> <span class="o">::=</span> <span class="s">&quot;includePropertyDefinitions&quot;</span><span class="p">;</span>
+<span class="n">PARAM_RELATIONSHIPS</span> <span class="o">::=</span> <span class="s">&quot;includeRelationships&quot;</span><span class="p">;</span>
+<span class="n">PARAM_RELATIONSHIP_DIRECTION</span> <span class="o">::=</span> <span class="s">&quot;relationshipDirection&quot;</span><span class="p">;</span>
+<span class="n">PARAM_RELATIVE_PATH_SEGMENT</span> <span class="o">::=</span> <span class="s">&quot;includeRelativePathSegment&quot;</span><span class="p">;</span>
+<span class="n">PARAM_REMOVE_FROM</span> <span class="o">::=</span> <span class="s">&quot;removeFrom&quot;</span><span class="p">;</span>
+<span class="n">PARAM_RENDITION_FILTER</span> <span class="o">::=</span> <span class="s">&quot;renditionFilter&quot;</span><span class="p">;</span>
+<span class="n">PARAM_REPOSITORY_ID</span> <span class="o">::=</span> <span class="s">&quot;repositoryId&quot;</span><span class="p">;</span>
+<span class="n">PARAM_RETURN_VERSION</span> <span class="o">::=</span> <span class="s">&quot;returnVersion&quot;</span><span class="p">;</span>
+<span class="n">PARAM_ROPERTY_DEFINITIONS</span> <span class="o">::=</span> <span class="s">&quot;includePropertyDefinitions&quot;</span><span class="p">;</span>
+<span class="n">PARAM_SKIP_COUNT</span> <span class="o">::=</span> <span class="s">&quot;skipCount&quot;</span><span class="p">;</span>
+<span class="n">PARAM_SOURCE_FOLDER_ID</span> <span class="o">::=</span> <span class="s">&quot;sourceFolderId&quot;</span><span class="p">;</span>
+<span class="n">PARAM_STREAM_ID</span> <span class="o">::=</span> <span class="s">&quot;streamId&quot;</span><span class="p">;</span>
+<span class="n">PARAM_SUB_RELATIONSHIP_TYPES</span> <span class="o">::=</span> <span class="s">&quot;includeSubRelationshipTypes&quot;</span><span class="p">;</span>
+<span class="n">PARAM_TYPE_ID</span> <span class="o">::=</span> <span class="s">&quot;typeId&quot;</span><span class="p">;</span>
+<span class="n">PARAM_UNFILE_OBJECTS</span> <span class="o">::=</span> <span class="s">&quot;unfileObjects&quot;</span><span class="p">;</span>
+<span class="n">PARAM_VERSIONIG_STATE</span> <span class="o">::=</span> <span class="s">&quot;versioningState&quot;</span><span class="p">;</span>
+<span class="n">PARAM_Q</span> <span class="o">::=</span> <span class="s">&quot;q&quot;</span><span class="p">;</span>
+<span class="n">PARAM_SEARCH_ALL_VERSIONS</span> <span class="o">::=</span> <span class="s">&quot;searchAllVersions&quot;</span><span class="p">;</span>
+<span class="n">PARAM_ACL_PROPAGATION</span> <span class="o">::=</span> <span class="s">&quot;ACLPropagation&quot;</span><span class="p">;</span>
+
+<span class="n">HOST</span> <span class="o">::=</span> <span class="sr">&lt;String&gt;</span>
+<span class="n">PORT</span> <span class="o">::=</span> <span class="sr">&lt;Integer&gt;</span>
+<span class="n">SERVLET</span><span class="o">-</span><span class="n">PATH</span> <span class="o">::=</span> <span class="sr">&lt;String&gt;</span>
+<span class="n">REPOSITORY</span><span class="o">-</span><span class="n">ID</span> <span class="o">::=</span> <span class="sr">&lt;String&gt;</span>
+<span class="n">VALUE</span> <span class="o">::=</span> <span class="sr">&lt;String&gt;</span>
 </pre></div>
 
 
-<p>PARAM_ACL ::= "includeACL";
-PARAM_ALLOWABLE_ACTIONS ::= "includeAllowableActions";
-PARAM_ALL_VERSIONS ::= "allVersions";
-PARAM_CHANGE_LOG_TOKEN ::= "changeLogToken";
-PARAM_CHANGE_TOKEN ::= "changeToken";
-PARAM_CHECKIN_COMMENT ::= "checkinComment";
-PARAM_CHECK_IN ::= "checkin";
-PARAM_CHILD_TYPES ::= "childTypes";
-PARAM_CONTINUE_ON_FAILURE ::= "continueOnFailure";
-PARAM_DEPTH ::= "depth";
-PARAM_FILTER ::= "filter";
-PARAM_FOLDER_ID ::= "folderId";
-PARAM_ID ::= "id";
-PARAM_MAJOR ::= "major";
-PARAM_MAX_ITEMS ::= "maxItems";
-PARAM_ONLY_BASIC_PERMISSIONS ::= "onlyBasicPermissions";
-PARAM_ORDER_BY ::= "orderBy";
-PARAM_OVERWRITE_FLAG ::= "overwriteFlag";
-PARAM_PATH ::= "path";
-PARAM_PATH_SEGMENT ::= "includePathSegment";
-PARAM_POLICY_ID ::= "policyId";
-PARAM_POLICY_IDS ::= "includePolicyIds";
-PARAM_PROPERTIES ::= "includeProperties";
-PARAM_PROPERTY_DEFINITIONS ::= "includePropertyDefinitions";
-PARAM_RELATIONSHIPS ::= "includeRelationships";
-PARAM_RELATIONSHIP_DIRECTION ::= "relationshipDirection";
-PARAM_RELATIVE_PATH_SEGMENT ::= "includeRelativePathSegment";
-PARAM_REMOVE_FROM ::= "removeFrom";
-PARAM_RENDITION_FILTER ::= "renditionFilter";
-PARAM_REPOSITORY_ID ::= "repositoryId";
-PARAM_RETURN_VERSION ::= "returnVersion";
-PARAM_ROPERTY_DEFINITIONS ::= "includePropertyDefinitions";
-PARAM_SKIP_COUNT ::= "skipCount";
-PARAM_SOURCE_FOLDER_ID ::= "sourceFolderId";
-PARAM_STREAM_ID ::= "streamId";
-PARAM_SUB_RELATIONSHIP_TYPES ::= "includeSubRelationshipTypes";
-PARAM_TYPE_ID ::= "typeId";
-PARAM_UNFILE_OBJECTS ::= "unfileObjects";
-PARAM_VERSIONIG_STATE ::= "versioningState";
-PARAM_Q ::= "q";
-PARAM_SEARCH_ALL_VERSIONS ::= "searchAllVersions";
-PARAM_ACL_PROPAGATION ::= "ACLPropagation";</p>
-<p>HOST ::= <String>
-PORT ::= <Integer>
-SERVLET-PATH ::= <String>
-REPOSITORY-ID ::= <String>
-VALUE ::= <String></p>
 <h2 id="examples">Examples:</h2>
 <p>getChildren feed of folder with id=2FF200 in repository A1
 http://localhost:8080/opencmis/atom/A1/children?id=2FF2000</p></div>

Modified: websites/staging/chemistry/trunk/content/java/developing/dev-use-without-maven.html
==============================================================================
--- websites/staging/chemistry/trunk/content/java/developing/dev-use-without-maven.html (original)
+++ websites/staging/chemistry/trunk/content/java/developing/dev-use-without-maven.html Fri Mar 18 12:24:58 2011
@@ -183,7 +183,8 @@ Apache Chemistry - Without using Maven
            </td>
            <td height="100%">
              <!-- Content -->
-             <div class="wiki-content"><h1 id="without_using_maven">Without using Maven</h1></div>
+             <div class="wiki-content"><h1 id="without_using_maven">Without using Maven</h1>
+<p>TODO</p></div>
              <!-- Content -->
            </td>
           </tr>