cancel
Showing results for 
Search instead for 
Did you mean: 

Level 1 questions about the repo services

spl
Champ in-the-making
Champ in-the-making
Hi all.

I started an alfresco project 2 days ago. I have custom types and aspects, web client config ready. Now i need to remotely drive some basic repository actions.

I found the wiki sample in JCR section very useful for my needs, but i just can't use the repository the embedded way, so i have 2 questions :

- did i miss something or i can't use JCR API to connect to a remote repository

- how do i :
      + navigate into the repository
      + create an instance of my custom model types
    using the repository services ?

Thanks.

S.PERES-LABOURDETTE
2 REPLIES 2

alexander
Champ in-the-making
Champ in-the-making
I think you might need to use jcr-rmi (https://forge.alfresco.com/projects/jcr-rmi/), or web-services for remote access.

spl
Champ in-the-making
Champ in-the-making
I've been digging into this since your reply without thanking you for giving me the right keywords.

Thanks.