I am working in an IT Company and I need to learn Alfresco.
Using Apache CMIS I am able to do all operations like creating folders, creating documents, creating links to these, etc.
Now I need to do these operations using Alfresco's API. I did Google a lot and found it is possible using Alfresco SDK 3.0.
I have gone through the document but not able to get any complete example which has been done on Java api.
Can someone post an end-to-end example in Java creating a folder using the Alfresco SDK?
The bests tutorials are provided by Jeff Potts in his website ecmarchitect: Alfresco Developer Tutorial Series
Personally, I learned using Alfresco SDK from these tutorials. The series uses a single business case as an example that covers many different technical aspects of Alfresco. Each tutorial takes you through hands-on customizations, step-by-step, and includes ready-to-build source code so you can follow along using your own local installation.
Also, you can take a look at Jeff Potts's book Alfresco One 5.x Developer's Guide - Second Edition