09-11-2008 05:05 AM
09-11-2008 07:16 PM
- How would you compare Alfresco to i.e. Fatwire Content Server?Alfresco WCM is probably most similar to Interwoven TeamSite, although the capabilities on the runtime / delivery side are somewhat different (primarily the ASR functionality - there's no clear equivalent in TeamSite). The runtime capabilities are somewhat similar to Vignette VCM (ie. filesystem based content as well as a queryable runtime content repository), while the upcoming ADW functionality could be compared to Interwoven LiveSite or Vignette Dynamic Portal (although neither of these comparisons are particularly accurate - ADW is more tightly integrated with the CMS than LiveSite is with TeamSite or VDP is with VCM).
- How does a developer create Content Types? For instance a Product or ArticleUsing XML Schema.
- How do you create Page Templates? How do you as a developer decide what goes where on a given pageRenditioning templates (code that runs at submission time to generate derived formats such as HTML from the user-entered structured content) are implemented in either Freemarker or XSLT. This functionality is optional, meaning that the developer has the freedom to deploy a 100% structured content model (ie. XML) to their runtime environment, then render it dynamically in a custom webapp (which can be implemented in virtually any extant web technology).
- How do you render content?
- How is the content stored in the database?Content is stored in the Alfresco repository, the default implementation of which uses both a relational database and a filesystem for persistence. Note that the underlying persistence layer is pluggable, so from a development perspective it's best to treat those components as black boxes (querying or manipulating them directly is inadvisable).
- Is it possible to mix portlets with the content displayed from the cms?Yes. Alfresco can deploy static files (HTML, CSS, etc.) out to a filesystem, where they can be read and displayed by most portal servers. Alfresco also supports dynamic (request time) content retrieval via the ASR component (see http://wiki.alfresco.com/wiki/Deployment#Alfresco_To_Alfresco_Deployment_.28ASR.29 for details), in which case Web Scripts (http://wiki.alfresco.com/wiki/Web_Scripts) are automatically available as JSR168 portlets (details at http://ecmarchitect.com/archives/2008/04/08/823).
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.