Author: fmui
Date: Tue Jul 21 11:43:57 2015
New Revision: 1692090
URL: http://svn.apache.org/r1692090
Log:
CMS commit to chemistry by fmui
Added:
chemistry/site/trunk/content/dotnet/dotcmis-vs-portcmis.mdtext (with
props)
Added: chemistry/site/trunk/content/dotnet/dotcmis-vs-portcmis.mdtext
URL:
http://svn.apache.org/viewvc/chemistry/site/trunk/content/dotnet/dotcmis-vs-portcmis.mdtext?rev=1692090&view=auto
==============================================================================
--- chemistry/site/trunk/content/dotnet/dotcmis-vs-portcmis.mdtext (added)
+++ chemistry/site/trunk/content/dotnet/dotcmis-vs-portcmis.mdtext Tue Jul 21
11:43:57 2015
@@ -0,0 +1,35 @@
+Title: DotCMIS vs PortCMIS
+Notice: 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.
+
+# Differences between DotCMIS and PortCMIS
+
+The APIs of DotCMIS and PortCMIS are very similar. There are just a few minor
differences.
+
+These are the main differences:
+
+<table>
+<tr><td></td><td>*DotCMIS*</td><td>*PortCMIS*</td></tr>
+<tr><td>Required .NET Framework</td><td>3.5</td><td>4.5</td></tr>
+<tr><td>Windows Store App support</td><td>No</td><td>Yes</td></tr>
+<tr><td>Windows Phone support</td><td>No</td><td>Yes</td></tr>
+<tr><td>CMIS 1.0 Web Services</td><td>Yes</td><td>No</td></tr>
+<tr><td>CMIS 1.1 Web Services</td><td>No</td><td>No</td></tr>
+<tr><td>CMIS 1.0 AtomPub</td><td>Yes</td><td>Under development (new
implementation, faster and leaner)</td></tr>
+<tr><td>CMIS 1.1 AtomPub</td><td>No</td><td>Under development</td></tr>
+<tr><td>CMIS 1.1 Browser Binding</td><td>No</td><td>Yes</td></tr>
+<table>
\ No newline at end of file
Propchange: chemistry/site/trunk/content/dotnet/dotcmis-vs-portcmis.mdtext
------------------------------------------------------------------------------
svn:eol-style = native