You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chemistry.apache.org by fm...@apache.org on 2011/07/07 17:39:01 UTC

svn commit: r792365 - in /websites/production/chemistry: ./ content/java/developing/client/dev-client-bindings.html content/java/developing/dev-eclipse.html content/java/developing/tools/dev-tools-workbench.html

Author: fmui
Date: Thu Jul  7 15:39:01 2011
New Revision: 792365

Log:
Publishing merge to chemistry site by fmui

Modified:
    websites/production/chemistry/   (props changed)
    websites/production/chemistry/content/java/developing/client/dev-client-bindings.html
    websites/production/chemistry/content/java/developing/dev-eclipse.html
    websites/production/chemistry/content/java/developing/tools/dev-tools-workbench.html

Propchange: websites/production/chemistry/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Thu Jul  7 15:39:01 2011
@@ -1 +1 @@
-/websites/staging/chemistry/trunk:785583-792252
+/websites/staging/chemistry/trunk:785583-792364

Modified: websites/production/chemistry/content/java/developing/client/dev-client-bindings.html
==============================================================================
--- websites/production/chemistry/content/java/developing/client/dev-client-bindings.html (original)
+++ websites/production/chemistry/content/java/developing/client/dev-client-bindings.html Thu Jul  7 15:39:01 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>

Modified: websites/production/chemistry/content/java/developing/dev-eclipse.html
==============================================================================
--- websites/production/chemistry/content/java/developing/dev-eclipse.html (original)
+++ websites/production/chemistry/content/java/developing/dev-eclipse.html Thu Jul  7 15:39:01 2011
@@ -284,7 +284,7 @@ debugging very easy. See the example how
 <h2 id="long_package_names">Long Package Names</h2>
 <p>The opencmis project uses package names that sometimes
 get inconvenient due to their length. Since Helios
-Elipse has a nice feature to abbreviate package names.
+Eclipse has a nice feature to abbreviate package names.
 In Window/Preferences go to Java / Appearance and
 select Abbreviate package names. Add a rule:</p>
 <p><code>org.apache.chemistry.opencmis={cmis}</code></p>

Modified: websites/production/chemistry/content/java/developing/tools/dev-tools-workbench.html
==============================================================================
--- websites/production/chemistry/content/java/developing/tools/dev-tools-workbench.html (original)
+++ websites/production/chemistry/content/java/developing/tools/dev-tools-workbench.html Thu Jul  7 15:39:01 2011
@@ -196,8 +196,8 @@ browser and an interactive testbed for t
 </ol>
 <p><a name="CMISWorkbench-DownloadtheCMISWorkbench"></a></p>
 <h2 id="download_the_cmis_workbench">Download the CMIS Workbench</h2>
-<p>You can download the <a href="http://www.apache.org/dyn/closer.cgi/chemistry/opencmis/0.3.0/chemistry-opencmis-workbench-0.3.0-full.zip">latest release</a>
- or a <a href="https://hudson.apache.org/hudson/job/Chemistry%20-%20OpenCMIS%20-%20install/lastSuccessfulBuild/org.apache.chemistry.opencmis$chemistry-opencmis-workbench/">nightly build</a>
+<p>You can download the <a href="http://www.apache.org/dyn/closer.cgi/chemistry/opencmis/0.4.0/chemistry-opencmis-workbench-0.4.0-full.zip">latest release</a>
+ or a <a href="https://builds.apache.org/job/Chemistry%20-%20OpenCMIS%20-%20Workbench/lastSuccessfulBuild/org.apache.chemistry.opencmis$chemistry-opencmis-workbench/">nightly build</a>
  with the latest fixes and features.</p>
 <h2 id="cmis_workbench_introduction_video">CMIS Workbench Introduction video</h2>
 <iframe width="560" height="349" src="http://www.youtube.com/embed/akvCDVh03qs?rel=0" frameborder="0" allowfullscreen></iframe>