Issue Details (XML | Word | Printable)

Key: BCMS-83
Type: New Feature New Feature
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Gregory Chomatas
Reporter: Gregory Chomatas
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
BetaCMS

Enhance internal default schemas with a new content object type named 'resourceRepresentationTemplateObject' to support storing presentation templates inside betacms

Created: 18/Oct/09 01:27 PM   Updated: 18/Oct/09 02:16 PM  Due: 22/Oct/09
Component/s: betacms-repository
Affects Version/s: 2.1.0.CR1
Fix Version/s: 2.1.0.CR1

Time Tracking:
Not Specified


 Description  « Hide
A 'resourceRepresentationTemplateObject' holds the templates for representing a resource (e.g. content object, topic) or a resource collection in various formats (web page, excel, pdf).

For each different representation format there is an xs:string property in resourceRepresentationTemplateObject that holds the template content. For example the 'xhtml' property may hold a 'facelets engine' template for rendering a resource as a web page.

In general terms the template content is determined by the individual organization needs and available tools for building content applications. It may be a set of instructions for a rendering engine or a set of filtering rules for defining a view over a single resource or a collection of resources. The type of language to use for specifing the rendering or filtering rules is up to the user of the template object. When the BetaCMS provided web publication infrastructure is utilized the individual template properties are filled with specific type of template code supported by BetaCMS web publication tools.

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Gregory Chomatas added a comment - 18/Oct/09 02:16 PM
Done