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/07/05 16:57:20 UTC

svn commit: r792268 - /websites/staging/chemistry/trunk/content/java/developing/client/dev-client-bindings.html

Author: buildbot
Date: Tue Jul  5 14:57:20 2011
New Revision: 792268

Log:
Staging update by buildbot

Modified:
    websites/staging/chemistry/trunk/content/java/developing/client/dev-client-bindings.html

Modified: websites/staging/chemistry/trunk/content/java/developing/client/dev-client-bindings.html
==============================================================================
--- websites/staging/chemistry/trunk/content/java/developing/client/dev-client-bindings.html (original)
+++ websites/staging/chemistry/trunk/content/java/developing/client/dev-client-bindings.html Tue Jul  5 14:57:20 2011
@@ -194,8 +194,8 @@ covering all CMIS operations and extensi
 clunky interface. The <a href="dev-client-api.html">OpenCMIS Client API</a>
  sits on top of the provider layer and exposes a nicer and simpler to use
 interface. It is the better choice for most applications.</p>
-<p>A connection to a CMIS repository is represented by a <a href="http://incubator.apache.org/chemistry/javadoc/org/apache/chemistry/opencmis/commons/spi/CmisBinding.html"><code>CmisBinding</code></a>
- object. Such an object can be created by the <a href="http://incubator.apache.org/chemistry/javadoc/org/apache/chemistry/opencmis/client/bindings/CmisBindingFactory.html"><code>CmisBindingFactory</code></a>.
+<p>A connection to a CMIS repository is represented by a <a href="http://chemistry.apache.org/java/0.4.0/maven/apidocs/org/apache/chemistry/opencmis/commons/spi/CmisBinding.html"><code>CmisBinding</code></a>
+ object. Such an object can be created by the <a href="http://chemistry.apache.org/java/0.4.0/maven/apidocs/org/apache/chemistry/opencmis/client/bindings/CmisBindingFactory.html"><code>CmisBindingFactory</code></a>.
 The factory provides three main methods, one for each binding and third
 one for a local connection (same JVM), that require binding specific
 connection information. The created <code>CmisBinding</code> object exposes a
@@ -206,10 +206,10 @@ definitions. The object is serializable,
 expensive. <code>CmisBinding</code> is thread-safe.</p>
 <p>The get*Service() methods provide access to the CMIS services. Some
 service operations take provider layer specific objects. These objects
-should be created with the <a href="http://incubator.apache.org/chemistry/javadoc/org/apache/chemistry/opencmis/commons/spi/BindingsObjectFactory.html"><code>BindingsObjectFactory</code></a>.
+should be created with the <a href="http://chemistry.apache.org/java/0.4.0/maven/apidocs/org/apache/chemistry/opencmis/commons/spi/BindingsObjectFactory.html"><code>BindingsObjectFactory</code></a>.
 This factory can be obtained through the <code>getObjectFactory()</code> method of the <code>CmisBinding</code> object.</p>
-<p>Please refer to the OpenCMIS Commons <a href="http://incubator.apache.org/chemistry/javadoc/">JavaDoc</a>
- and OpenCMIS Client Binding <a href="http://incubator.apache.org/chemistry/javadoc/">JavaDoc</a>
+<p>Please refer to the OpenCMIS Commons <a href="http://chemistry.apache.org/java/0.4.0/maven/apidocs/">JavaDoc</a>
+ and OpenCMIS Client Binding <a href="http://chemistry.apache.org/java/0.4.0/maven/apidocs/">JavaDoc</a>
  for more details on the interfaces.</p>
 <p><a name="OpenCMISClientBindings-SampleCode"></a></p>
 <h2 id="sample_code">Sample Code</h2>