You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Welcome to DotCMIS

DotCMIS is a CMIS client library for .NET. It is loosely based on the OpenCMIS client architecture.

DotCMIS is under development and not ready for production use, yet.

DotCMIS consists of two layers.

  • The lower layer implements the CMIS bindings, Web Services and AtomPub, and reflects the CMIS domain model. This layer is fully implemented but barely tested.
  • The upper layer provides an object orientated API, very similar to the OpenCMIS Client API. This layer is not usable, yet.

Source code and dependencies

The DotCMIS source code is here: https://svn.apache.org/repos/asf/incubator/chemistry/dotcmis/trunk

DotCMIS requires the .NET Framework version 3.5 or higher. It does not depend on anything else.

The DotCMIS unit tests require NUnit 2.5.

  • No labels