08-13-2008 02:38 AM
08-13-2008 09:12 AM
08-13-2008 09:54 AM
08-26-2008 01:50 AM
=> You mentioned that FSR does not copy meta-data – but I guess it does copy the XML file which is created by filling-up the web-form. I intend to define my XSD such that all the attributes that I am interested in are in the XML itself. Does that make sense?
=> You mentioned that generation of image renditions and PDF renditions might not be trivial to do on WCM side? I assume that for PDF generation, we would need to define the FO script. And for image rendition generation, some kind of rules (I have seen them on the DM side). I am assuming that the same content rules are available to WCM as well. Is that correct?The content rules are not available on the WCM side, unfortunately . However, some of the event handlers that are available on DM side are available on WCM, so you should be able to write an event handler that would accomplish the same thing through JavaScript (better) or Java.
=> Regarding invoking the web-script at the of the deployment, I intend to do that using the deployment hooks only. The reason I need to do that is because I will be storing some attributes of the content (passed to content delivery app using FSR) in the RDBMS managed by the grails app. So, I need to know the list of changes that have happened since last deployment process. I also feel most uneasy about this piece, but I don't really want to have an Alfresco run-time as part of the content delivery app.Sounds good. Just be careful about storing data in RDBMS - it's not a problem at all, just might be annoying to synchronize DB schema in this case. I think customes who are using Rails wrote their own implementation of Rails ActiveRecord that makes requests back into Alfresco ASR, though I understand if you don't want to go that route.
08-28-2008 07:38 AM
…some of the event handlers that are available on DM side are available on WCM…Could you expand a little more please? It sounds very useful indeed.
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.