How we Connect alfresco in Java and get document

cancel
Showing results for 
Search instead for 
Did you mean: 
abeer
Active Member

How we Connect alfresco in Java and get document

Jump to solution

Hello, I want to know How to get a document like (Document in Word ) from alfresco to the Java in Netbeans.

1 Solution

Accepted Solutions
gluck113
Established Member

Re: How we Connect alfresco in Java and get document

Jump to solution

I would just add the following information to calvo's reply. 

Please check out Jeff Potts‌ blog post about coding with the Alfresco Java API

About the Alfresco Developer Tutorial Series | ECM Architect 

start with the well named Getting Started with the Alfresco Maven SDK entry. When that is done please visit the CMIS part: Working With Custom Content Types in Alfresco | ECMArchitect | Alfresco Developer Tutorials 

Hope this helps

View solution in original post

3 Replies
calvo
Senior Member

Re: How we Connect alfresco in Java and get document

Jump to solution

Hello,

Maybe you could use CMIS. More information: CMIS REST API | Alfresco Documentation 

Anyway, a simple example in .net that could be useful too (written in spanish, sorry): 

netic360: :: CMIS. Conexión con Alfresco 

Regards

gluck113
Established Member

Re: How we Connect alfresco in Java and get document

Jump to solution

I would just add the following information to calvo's reply. 

Please check out Jeff Potts‌ blog post about coding with the Alfresco Java API

About the Alfresco Developer Tutorial Series | ECM Architect 

start with the well named Getting Started with the Alfresco Maven SDK entry. When that is done please visit the CMIS part: Working With Custom Content Types in Alfresco | ECMArchitect | Alfresco Developer Tutorials 

Hope this helps

abeer
Active Member

Re: How we Connect alfresco in Java and get document

Jump to solution

Thanks for your help