Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
5.1.0.0
-
None
-
None
Description
Working with a client, we've come up with an excellent plan for a component that supplies dynamic content via a non-Tapestry XHTML template.
Essentially, the DynaComponent (temporary name) reads and parses a well-formed XML file. Within the XML file, certain elements will be replaced with parameter Blocks to the DynaComponent.
Assuming that the parsed XML templates can be cached efficiently (as a kind of token stream, ala Tapestry's internal representation of a parsed component template) this could work quite efficiently.