new project based on Alfresco

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2013 08:20 AM
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
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
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2013 02:59 AM
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.
You can check Alfresco SDK examples to start with.
http://wiki.alfresco.com/wiki/Alfresco_SDK
You can check Alfresco SDK examples to start with.
http://wiki.alfresco.com/wiki/Alfresco_SDK
