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:44:34 UTC

svn commit: r1082967 - in /chemistry/site/trunk/content/java: developing/client/dev-client-overview.mdtext developing/dev-index.mdtext developing/dev-use-with-maven.mdtext examples/example-index.mdtext how-to/how-to-index.mdtext

Author: jens
Date: Fri Mar 18 16:44:34 2011
New Revision: 1082967

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

Added:
    chemistry/site/trunk/content/java/developing/client/dev-client-overview.mdtext
Modified:
    chemistry/site/trunk/content/java/developing/dev-index.mdtext
    chemistry/site/trunk/content/java/developing/dev-use-with-maven.mdtext
    chemistry/site/trunk/content/java/examples/example-index.mdtext
    chemistry/site/trunk/content/java/how-to/how-to-index.mdtext

Added: 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=1082967&view=auto
==============================================================================
--- chemistry/site/trunk/content/java/developing/client/dev-client-overview.mdtext (added)
+++ chemistry/site/trunk/content/java/developing/client/dev-client-overview.mdtext Fri Mar 18 16:44:34 2011
@@ -0,0 +1,14 @@
+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).
+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.
+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=1082967&r1=1082966&r2=1082967&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:44:34 2011
@@ -5,6 +5,7 @@ Title: Debugging OpenCMIS
 General guidelines you should know when developing with OpenCMIS
 
 * Developing using the client APIs
+	* [Overview](client/dev-client-overview.html)
 	* [Client API](client/dev-client-api.html)
 	* [Client Bindings](client/dev-client-bindings.html)
 * Repositories delivered with OpenCMIS
@@ -14,17 +15,23 @@ General guidelines you should know when 
 * Tools in OpenCMIS
 	* [CMIS-Browser](tools/dev-tools-browser.html)
 	* [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)
-* [Debugging Tips](dev-debug.html)
 * [Developing with maven](dev-use-with-maven.html)
 * [Developing without maven](dev-use-without-maven.html)
-* [Differences between the CMIS bindings](dev-binding-differences.html)
-* [Implementing a server](dev-server.html)
 * [Known issues with existing repositories](dev-known-repo-issues.html)
-* [Logging in OpenCMIS](dev-logging.html)
-* [Modules in OpenCMIS](dev-modules.html)
 * [Session Parameters](dev-session-parameters.html)
 * [The client cache](dev-client-cache.html)
 * [Understanding the OperationContext](dev-operation-context.html)
-* [Using Eclipse with OpenCMIS](dev-eclipse.html)
-* [URL Syntax in AtomPub](dev-url.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/developing/dev-use-with-maven.mdtext
URL: http://svn.apache.org/viewvc/chemistry/site/trunk/content/java/developing/dev-use-with-maven.mdtext?rev=1082967&r1=1082966&r2=1082967&view=diff
==============================================================================
--- chemistry/site/trunk/content/java/developing/dev-use-with-maven.mdtext (original)
+++ chemistry/site/trunk/content/java/developing/dev-use-with-maven.mdtext Fri Mar 18 16:44:34 2011
@@ -32,19 +32,3 @@ dependencies:
 
 
 Please check the full Maven details for OpenCMIS on the [Maven generated site](http://incubator.apache.org/chemistry/maven-site/0.2.0-incubating/index.html).
-
-
-<a name="OpenCMIS-CMISComponents"></a>
-## CMIS Components
-
-OpenCMIS is subdivided into these major areas:
-
-<a name="OpenCMIS-CMISClient"></a>
-### CMIS Client
-
-OpenCMIS provides two CMIS client APIs that are called [Client API](opencmis-client-api.html) and [Client Bindings API](opencmis-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.
-It allows fine-grained control which makes the interfaces a bit clunky.
-

Modified: chemistry/site/trunk/content/java/examples/example-index.mdtext
URL: http://svn.apache.org/viewvc/chemistry/site/trunk/content/java/examples/example-index.mdtext?rev=1082967&r1=1082966&r2=1082967&view=diff
==============================================================================
--- chemistry/site/trunk/content/java/examples/example-index.mdtext (original)
+++ chemistry/site/trunk/content/java/examples/example-index.mdtext Fri Mar 18 16:44:34 2011
@@ -1,6 +1,6 @@
 Title: Debugging OpenCMIS
 
-# Examples for OpenCMIS
+# Examples for OpenCMIS Clients
 
 Example code and code fragments for the OpenCMIS client API
 

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=1082967&r1=1082966&r2=1082967&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:44:34 2011
@@ -4,12 +4,16 @@ Title: Debugging OpenCMIS
 
 Instructions how to perform frequently occuring tasks with OpenCMIS
 
-How to...
+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)
 
- * [Add CMIS Extensions](how-to-add-extension.html)      
- * [Build OpenCMIS](how-to-build.html)
- * [Connect to a repository](how-to-connect.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)
- * [Tune performance](how-to-tune-perfomance.html)