Hi guys i would like to know or find any article talking about how do we start personal projects based on Alfresco ?
do we just inherit classes from Alfresco and work with it ?
suppose i would like to adapt Alfresco to my needs by using its modules, should i use the API or get the Alfresco source code and modify it and then compile everything or what ? thanks
You do not need to change anything in the core code.You can always extend the existing classes if you want to customize the existing things and If you want to create new functionality you can use Services provided by alfresco which provides you set of APIs to interact with Alfresco Repository.