cancel
Showing results for 
Search instead for 
Did you mean: 

Registering WCM-forms without GUI

pyppe
Champ in-the-making
Champ in-the-making
Hi.

We've got WCM Forms (aka. Web Forms) defined in XSD files. Is there another way of registering/deploying these schemas, other than using the Alfresco Web Client (Data Dictionaries -> Web Forms -> Create Web Form).

I'd like to bundle these files for example in a JAR-file, and then just copy them to Alfresco – so that every time our schemas get updated or we add new schemas (we're in development phase at the moment) we do not have manually upload new files through the Web GUI.

Thanks!

- Pyppe
1 REPLY 1

pmonks
Star Contributor
Star Contributor
You can export Web Forms (including the XSD, metadata, FTL(s) if any and XSL(s) if any) into an ACP file, and then import those ACPs into any number of target environments, either manually (via the UI) or programmatically (via the command line import tool [1] or the import APIs [2]).

Cheers,
Peter

[1] http://wiki.alfresco.com/wiki/Export_and_Import#Import_Tool
[2] http://wiki.alfresco.com/wiki/Export_and_Import#Import_Foundation_API_Example