Skip to content

Preparation for development Alfresco encryption module

thinhnk55 edited this page Jul 25, 2012 · 2 revisions

Preparation for development Alfresco encryption module

How to prepare for Alfresco Enryption Module development

  1. Install aflresco community http://wiki.alfresco.com/wiki/Community_file_list_4.0.d
  2. Install Eclipse and subclipse plug-in http://subclipse.tigris.org/servlets/ProjectProcess;jsessionid=6E0276992973ADF58D0681E85DE68C95?pageID=p4wYuA
  3. Check out Alfresco project http://wiki.alfresco.com/wiki/Alfresco_SVN_Development_Environment or only Alfresco SDK: http://wiki.alfresco.com/wiki/Community_file_list_4.0.d (SDK attaches with Alfresco Community, the link is below) .

Here is some important references developers should read:

  1. Developer guild: http://wiki.alfresco.com/wiki/Developer_Guide
  2. Alfresco API http://dev.alfresco.com/resource/docs/java/repository/
  3. AMP files: This is a part of Developer guide with detail information about Alfresco Module Package file http://wiki.alfresco.com/wiki/Developer_Guide#Alfresco_Module_Packages
  4. Alfresco Documentations http://docs.alfresco.com/4.0/index.jsp

Now you have almost everything for development. Welcome to Alfresco.