cancel
Showing results for 
Search instead for 
Did you mean: 

Loading WebForms from the classpath

mlathe
Champ in-the-making
Champ in-the-making
Hi,
Does anyone know if it is possible to load WebForms from the classpath? This seems desirable to make deployment to QA and PRD environments more straightforward, as well as the possibility to use SVN/CVS to track the changes made to WebForms. (right now it looks to be on the honor system, ie that we can commit and track in SVN, but it doesn't matter, since what matters is whether an admin has uploaded the form into the Data Dictionary.

An observations that might answer the question:
  There is a lot of metadata that you need to fill out when adding a web form to the DataDictionary, ie name/Output path pattern/renditions/etc. There doesn't seem like a place to put these in the classpath. Seems like WebForms should have a system like Workflows, where you can put the "processdefinition" file into the classpath, and set the "metadata" into some context file (ie for WF alfresco/bootstrap-context.xml).

Thanks
–Matthias
2 REPLIES 2

pmonks
Star Contributor
Star Contributor
Web Forms cannot be loaded from the classpath, but you can migrate them between Alfresco instances via ACP Files (see http://wiki.alfresco.com/wiki/Export_and_Import).

Cheers,
Peter

mlathe
Champ in-the-making
Champ in-the-making
Thanks Peter.
This seems worthy of an enhancement.
WebForms are pretty important to WCM, and using either the "honor system" or ACP file seems less then ideal for tracking changes.
Comments?