cancel
Showing results for 
Search instead for 
Did you mean: 

'hot deploy' method in the Data Dictionary/Models space

bisana
Champ on-the-rise
Champ on-the-rise
Hi All
   I am using alfresco community version 4.0.d, I have been trying my best to find the
"hot deploy" method in the Data Dictionary/Models space, I have not found out. I have been trying this out using "admin" user and not able to do so.
I have read from the instruction "http://addons.alfresco.com/addons/alfresco-form-model-management"  and I am trying out to find an option for hot deploy.
I have uploaded my screen shot for reference  http://www.oss101.com/dm/Models.png
Guidance and advice requested
Thanks
Joseph John
2 REPLIES 2

janv
Employee
Employee
Have you gone through the following (including the examples) :

http://wiki.alfresco.com/wiki/Dynamic_Models

Regards,
Jan

bisana
Champ on-the-rise
Champ on-the-rise
Thanks
I have gone through the url also, even after clicking the Model Active check box, I cannot see the aspects
I have discovered  from the  site http://code.google.com/p/alfresco-form-model-management/(check at the end of the page)

To get your form up and running on existing applications you only need as little as 3 lines of init code:

$('').form({
'aspects': aspectObject
});

The problem is that I am not from programming background and I am not able to get what it is ment by
init code
and where should I do it