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

Compare with Current View Page History

« Previous Version 2 Next »

!!! Work In Progress !!!

Chemistry

Chemistry's goal is to provide general purposes libraries for interaction using CMIS between a server and a client.

Chemistry provides a high level object-oriented API so that an application developer can manipulate objects like documents or folders and can call simple methods on them without having to deal with details of a specific low-level communication transport. In addition to that, Chemistry also provides a SPI (Service Provider Interface) for backend developers, making it quite easy to use Chemistry to store documents in a project-specific manner. The SPI can also be used by the application developer if he wishes to get to the "bare metal" of the CMIS protocol.

Underlying this, Chemistry has implementations for the two CMIS transports, AtomPub and SOAP.

  • No labels