On 6/24/13 7:29 PM, Rajath Shashidhara wrote:
> Hello Juergen,
> 
> My doubt:
> Suppose there is a folder call My_Folder-0-0 on a repository A1 on local
> server
> 
> The actual url for this is:
> http://localhost:8080/inmemory/atom/A1/path?path=/My_Folder-0-0
> 
> So, Should i implement it the same way or should i do it like this:
> cmis://localhost:8080/inmemory/atom/A1/My_Folder-0-0
> 
> or
> 
> cmis://localhost:8080/inmemory/atom/A1/path?path=/My_Folder-0-0
> 

is there a standard scheme used. How does other CMIS implementation
handle it? We should use what others use to be compatible as much as
possible.

I suggest that you take a look on Alfresco which seems to have a good
reference implementation of CMIS.

If is is up to your implementation I would prefer

cmis://localhost:8080/inmemory/atom/A1/My_Folder-0-0
cmis://localhost:8080/inmemory/atom/A1/My_Folder-0-0/test.odt[params]

Juergen


> 
> 
> 
> 
> 
> On Mon, Jun 24, 2013 at 9:28 PM, Rajath Shashidhara <
> rajaths.raja...@gmail.com> wrote:
> 
>> Hello Juergen,
>>
>> Yes, a server can support multiple repositories.
>> But, the problem I'm facing is that I'm not able to separate the server
>> path and the path of the object on the server.
>> So, I'm trying to do this by trial and error.
>>
>> Let me see how this comes out, I'm planning on refining my code. I'll come
>> back to you once I'm done.
>>
> 
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org

Reply via email to