cancel
Showing results for 
Search instead for 
Did you mean: 

How to create a Plugin for Alfresco

mithun
Champ in-the-making
Champ in-the-making
i would like to create a plugin for Alfresco.if any one know the steps for plugin creation please share it

Thanks
2 REPLIES 2

jonash
Champ in-the-making
Champ in-the-making
Hi,

A good place to start developing Alfresco plugins is the Alfresco SDK. You can find the community version here: http://wiki.alfresco.com/wiki/Community_file_list_4.0.e

For documentation start with:
- the wiki: http://wiki.alfresco.com/wiki/Main_Page
- the official docs: http://docs.alfresco.com/4.0/index.jsp
- Jeff Pott's Alfresco Developer Series tutorials: http://ecmarchitect.com/alfresco-developer-series

Alfresco plugins are packaged as AMPs (Alfresco Module Packages). The structure is documented on the wiki: http://wiki.alfresco.com/wiki/Developing_an_Alfresco_Module

You can also find an example of an AMP—including an ant build file—in the Alfresco SDK.

To install an AMP you use the Module Management Tool. This tool merges the AMPs you want to install with the alfresco.war or share.war file. It is documented here: http://wiki.alfresco.com/wiki/Module_Management_Tool

mithun
Champ in-the-making
Champ in-the-making
Hi jonash,

i got the idea of plugin creation from the links you provided. is there any tutorial for the plugin creation.please tell me to solve this issue.



Thanks