08-27-2008 01:55 PM
09-11-2008 08:31 PM
Could someone elaborate on what are the major usecases for each and or the downsides to use forms compared to real content types?Originally the forms functionality was implemented to support the WCM use cases, where a "metadata outside of files" model is inappropriate (due to filesystem deployment - most filesystems have no notion of metadata - all they know about are folders and files).
- modeling little bit limited, but based on xml schema - so common knowledge and skillsXML Schema is a more powerful modeling language than the Alfresco content modeling language (aspects / types etc.).
- search only to the xml document and common propertiesMore sophisticated XML searching can be enabled via XML Metadata Extraction (http://wiki.alfresco.com/wiki/Metadata_Extraction#XML_Meta-data_Extractor_Configuration_for_WCM).
- no validation mechanisms(?)Many native XML Schema constraints are supported by the forms functionality, and that's generally more powerful than the validation supported by the Alfresco content modeling language.
- linking to other other content items?For Web Forms (WCM forms) the xs:anyURI XML Schema data type is used for this purpose, but I don't believe this is available in DM forms.
Basicly I believe I would just need forms to create xml content and ability to easily preview content through template.Preview will be difficult to support with the DM repository, since it doesn't provide sandboxed content production and review (the ability to make and review changes before promoting them to an approved, "ready to be delivered" state).
In my usecase content editors would create content in webclient - and content would be served through webscripts to a frontend. Workflow would be managed in different folders, if even needed at all.If you elect to use the DM repository, this process won't support controlled (ie. workflowable) editing or deletion of content, since both of these operations depend on sandboxed content production and review ala WCM.
11-02-2008 04:19 PM
11-03-2008 05:52 PM
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.