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

svn commit: r1082968 - in /chemistry/site/trunk/content/java: developing/client/dev-client-overview.mdtext developing/dev-index.mdtext how-to/how-to-index.mdtext

Author: jens
Date: Fri Mar 18 16:49:25 2011
New Revision: 1082968

URL: http://svn.apache.org/viewvc?rev=1082968&view=rev
Log:
Better separate client and server topics

Modified:
    chemistry/site/trunk/content/java/developing/client/dev-client-overview.mdtext
    chemistry/site/trunk/content/java/developing/dev-index.mdtext
    chemistry/site/trunk/content/java/how-to/how-to-index.mdtext

Modified: chemistry/site/trunk/content/java/developing/client/dev-client-overview.mdtext
URL: http://svn.apache.org/viewvc/chemistry/site/trunk/content/java/developing/client/dev-client-overview.mdtext?rev=1082968&r1=1082967&r2=1082968&view=diff
==============================================================================
--- chemistry/site/trunk/content/java/developing/client/dev-client-overview.mdtext (original)
+++ chemistry/site/trunk/content/java/developing/client/dev-client-overview.mdtext Fri Mar 18 16:49:25 2011
@@ -2,13 +2,9 @@ Title: CMIS Client Overview
 
 # CMIS Client Overview
 
-OpenCMIS provides two CMIS client APIs that are called [Client API](opencmis-client-api.html) and [Client Bindings API](opencmis-client-bindings.html).
+OpenCMIS provides two CMIS client APIs that are called [Client API](dev-client-api.html) and [Client Bindings API](dev-client-bindings.html).
 The [Client API](opencmis-client-api.html) is a high-level, object orientated API and suitable for most use cases.
 It sits on top of the Client Bindings API.
-The [Client Bindings API](opencmis-client-bindings.html) reflects the CMIS domain model.
+The [Client Bindings API](dev-client-bindings.html) reflects the CMIS domain model.
 It allows fine-grained control which makes the interfaces a bit clunky.
 
-For more information see here:
-
-	* [Client API](dev-client-api.html)
-	* [Client Bindings](dev-client-bindings.html)

Modified: chemistry/site/trunk/content/java/developing/dev-index.mdtext
URL: http://svn.apache.org/viewvc/chemistry/site/trunk/content/java/developing/dev-index.mdtext?rev=1082968&r1=1082967&r2=1082968&view=diff
==============================================================================
--- chemistry/site/trunk/content/java/developing/dev-index.mdtext (original)
+++ chemistry/site/trunk/content/java/developing/dev-index.mdtext Fri Mar 18 16:49:25 2011
@@ -17,12 +17,14 @@ General guidelines you should know when 
 	* [CMIS-Workbench](tools/dev-tools-workbench.html)
 
 ## Common topics
+
 * [Logging in OpenCMIS](dev-logging.html)
 * [Modules in OpenCMIS](dev-modules.html)
 * [Using Eclipse with OpenCMIS](dev-eclipse.html)
 * [URL Syntax in AtomPub](dev-url.html)
 
 ## Developing clients
+
 * [Comparing the client APIs](dev-compare-client-api-binding.html)
 * [Developing with maven](dev-use-with-maven.html)
 * [Developing without maven](dev-use-without-maven.html)
@@ -32,6 +34,7 @@ General guidelines you should know when 
 * [Understanding the OperationContext](dev-operation-context.html)
 
 ## Developing servers
+
 * [Debugging Tips](dev-debug.html)
 * [Differences between the CMIS server bindings](dev-binding-differences.html)
 * [Implementing a server](dev-server.html)

Modified: chemistry/site/trunk/content/java/how-to/how-to-index.mdtext
URL: http://svn.apache.org/viewvc/chemistry/site/trunk/content/java/how-to/how-to-index.mdtext?rev=1082968&r1=1082967&r2=1082968&view=diff
==============================================================================
--- chemistry/site/trunk/content/java/how-to/how-to-index.mdtext (original)
+++ chemistry/site/trunk/content/java/how-to/how-to-index.mdtext Fri Mar 18 16:49:25 2011
@@ -5,15 +5,18 @@ Title: Debugging OpenCMIS
 Instructions how to perform frequently occuring tasks with OpenCMIS
 
 Common How to...
+
 * [Build OpenCMIS](how-to-build.html)
 
 Server How to...
+
 * [Add CMIS Extensions](how-to-add-extension.html)      
 * [Create a Server](how-to-create-server.html)
 * [Integrate with Spring](how-to-integrate-spring.html)   
 * [Process a Query](how-to-process-query.html)
 
 Client How to...
+
 * [Connect to a repository](how-to-connect.html)            
 * [Tune performance](how-to-tune-perfomance.html)