Page 1 of 1

SDK vs CMIS

PostPosted:Tue May 31, 2016 1:28 pm
by andy_yzj
We treat OpenKM as the document database, and use SDK API & CMIS to access OpenKM.
However we found both SDK and CMIS have some problems:

For SDK:
(1) Performance is not as good as CMIS. (response is slow), why?
(2) doesn't support to get the file list by paging.

For CMIS:
we cannot get the necessary information, such as creator, modifier, version-no, remarks of the files, thru CMIS. CMIS may only provide the interfaces, but not the implementation.

Wonder if it is the truth, and what we shall do to resolve these issues.

Should any buddies please help on these? Thanks!

Andy
May 31

Re: SDK vs CMIS

PostPosted:Thu Jun 02, 2016 6:21 am
by jllort
About sdk performance, tell us some example ( because without a description of the issue is only an opinion ).
About pagination I suppose you are talking about getChildren with paginated feature no ? Can you make some description of what you are doing with detail ( what you are doing, what you get, and the time ).